# HG changeset patch # User Chong Yidong # Date 1220191068 0 # Node ID 44cca67de748bad44c69f9fb09a85353b10eb6d6 # Parent 63bdfd9f8c9ffdf54238c19c1a4b5972a173f831 Move provide statement to the end of the file. diff -r 63bdfd9f8c9f -r 44cca67de748 lisp/ido.el --- 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