From 403dae9d06b19f7508b3140b3a9fadfbe4847394 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 31 Aug 2008 13:57:48 +0000 Subject: [PATCH] Move provide statement to the end of the file. --- lisp/ido.el | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.39.2