Move provide to end of file for icomplete

This commit is contained in:
Daniel Colascione 2013-12-23 07:01:32 -08:00
parent b7a017ad7d
commit 0da5489875
2 changed files with 7 additions and 4 deletions

View file

@ -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.

View file

@ -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 :)