emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ido.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/ido.el,v
Date: Sun, 31 Aug 2008 13:57:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/08/31 13:57:49

Index: ido.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ido.el,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -b -r1.146 -r1.147
--- ido.el      2 Aug 2008 21:50:11 -0000       1.146
+++ ido.el      31 Aug 2008 13:57:48 -0000      1.147
@@ -322,8 +322,6 @@
 
 ;;; Code:
 
-(provide 'ido)
-
 (defvar cua-inhibit-cua-keys)
 
 ;;; User Variables
@@ -4656,6 +4654,7 @@
        (ido-choice-list choices))
     (ido-read-internal 'list prompt hist def require-match initial-input)))
 
+(provide 'ido)
 
 ;; arch-tag: b63a3500-1735-41bd-8a01-05373f0864da
 ;;; ido.el ends here




reply via email to

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