aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-08-31 13:57:48 +0000
committerChong Yidong <[email protected]>2008-08-31 13:57:48 +0000
commit403dae9d06b19f7508b3140b3a9fadfbe4847394 (patch)
treec0c99a70ac27d7667846a81feb6064b5da275225
parent9782a96509be7468b6feb18418f158d511cdfac2 (diff)
Move provide statement to the end of the file.
-rw-r--r--lisp/ido.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index bed9096f8a..fd0e6b2f7a 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -322,8 +322,6 @@
;;; 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