From: Daniel Colascione Date: Mon, 23 Dec 2013 15:01:32 +0000 (-0800) Subject: Move provide to end of file for icomplete X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~221 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0da548987578e256a9c38945298336965684fcbf;p=emacs.git Move provide to end of file for icomplete --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6422f4416c7..c3e1157a08a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-12-23 Daniel Colascione + + * icomplete.el: Move `provide' to end of file. + 2013-12-23 Teodor Zlatanov * net/gnutls.el (gnutls-verify-error): Add version tag. diff --git a/lisp/icomplete.el b/lisp/icomplete.el index fccb2644ccb..73b58220122 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -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 :)