emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115716: Move provide to end of file for icomplete


From: Daniel Colascione
Subject: [Emacs-diffs] trunk r115716: Move provide to end of file for icomplete
Date: Mon, 23 Dec 2013 15:01:51 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115716
revision-id: address@hidden
parent: address@hidden
committer: Daniel Colascione <address@hidden>
branch nick: trunk
timestamp: Mon 2013-12-23 07:01:32 -0800
message:
  Move provide to end of file for icomplete
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/icomplete.el              
icomplete.el-20091113204419-o5vbwnq5f7feedwu-643
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-23 12:51:51 +0000
+++ b/lisp/ChangeLog    2013-12-23 15:01:32 +0000
@@ -1,3 +1,7 @@
+2013-12-23  Daniel Colascione  <address@hidden>
+
+       * icomplete.el: Move `provide' to end of file.
+
 2013-12-23  Teodor Zlatanov  <address@hidden>
 
        * net/gnutls.el (gnutls-verify-error): Add version tag.

=== modified file 'lisp/icomplete.el'
--- a/lisp/icomplete.el 2013-12-14 14:24:36 +0000
+++ b/lisp/icomplete.el 2013-12-23 15:01:32 +0000
@@ -58,10 +58,6 @@
 
 ;;; Code:
 
-;;;_* Provide
-(provide 'icomplete)
-
-
 (defgroup icomplete nil
   "Show completions dynamically in minibuffer."
   :prefix "icomplete-"
@@ -484,6 +480,9 @@
                    "}")
          (concat determ " [Matched]"))))))
 
+;;;_* Provide
+(provide 'icomplete)
+
 ;;_* Local emacs vars.
 ;;Local variables:
 ;;allout-layout: (-2 :)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]