]> git.eshelyaron.com Git - emacs.git/commitdiff
Move provide statement to the end of the file.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 31 Aug 2008 13:57:48 +0000 (13:57 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 31 Aug 2008 13:57:48 +0000 (13:57 +0000)
lisp/ido.el

index bed9096f8ab6b9e692c82fc17743eec5b1d69a18..fd0e6b2f7aa0f00db489a5e43bff17cb942ad27b 100644 (file)
 
 ;;; Code:
 
-(provide 'ido)
-
 (defvar cua-inhibit-cua-keys)
 
 ;;; User Variables
@@ -4656,6 +4654,7 @@ DEF, if non-nil, is the default value."
        (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