changeset 97901:44cca67de748

Move provide statement to the end of the file.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 31 Aug 2008 13:57:48 +0000
parents 63bdfd9f8c9f
children ee22ec4ace1d
files lisp/ido.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ido.el	Sun Aug 31 13:56:53 2008 +0000
+++ b/lisp/ido.el	Sun Aug 31 13:57:48 2008 +0000
@@ -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