diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-08-31 13:57:48 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-08-31 13:57:48 +0000 |
commit | 403dae9d06b19f7508b3140b3a9fadfbe4847394 (patch) | |
tree | c0c99a70ac27d7667846a81feb6064b5da275225 /lisp/ido.el | |
parent | 9782a96509be7468b6feb18418f158d511cdfac2 (diff) | |
download | emacs-403dae9d06b19f7508b3140b3a9fadfbe4847394.tar.gz |
Move provide statement to the end of the file.
Diffstat (limited to 'lisp/ido.el')
-rw-r--r-- | lisp/ido.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ido.el b/lisp/ido.el index bed9096f8ab..fd0e6b2f7aa 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 |