Move provide to end of file for icomplete
This commit is contained in:
parent
b7a017ad7d
commit
0da5489875
2 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-12-23 Daniel Colascione <dancol@dancol.org>
|
||||
|
||||
* icomplete.el: Move `provide' to end of file.
|
||||
|
||||
2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* net/gnutls.el (gnutls-verify-error): Add version tag.
|
||||
|
|
|
@ -58,10 +58,6 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
;;;_* Provide
|
||||
(provide 'icomplete)
|
||||
|
||||
|
||||
(defgroup icomplete nil
|
||||
"Show completions dynamically in minibuffer."
|
||||
:prefix "icomplete-"
|
||||
|
@ -484,6 +480,9 @@ are exhibited within the square braces.)"
|
|||
"}")
|
||||
(concat determ " [Matched]"))))))
|
||||
|
||||
;;;_* Provide
|
||||
(provide 'icomplete)
|
||||
|
||||
;;_* Local emacs vars.
|
||||
;;Local variables:
|
||||
;;allout-layout: (-2 :)
|
||||
|
|
Loading…
Add table
Reference in a new issue