From: Chong Yidong Date: Sun, 31 Aug 2008 13:57:48 +0000 (+0000) Subject: Move provide statement to the end of the file. X-Git-Tag: emacs-pretest-23.0.90~3113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=403dae9d06b19f7508b3140b3a9fadfbe4847394;p=emacs.git Move provide statement to the end of the file. --- 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