From 7c7df3898ebd236630585c6d1b3a059c22998dee Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Sat, 19 Sep 2009 12:40:56 +0300 Subject: [PATCH] lisp/ido.el: (ido-everywhere): Add autoload stanza Signed-off-by: Jari Aalto --- lisp/ido.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lisp/ido.el b/lisp/ido.el index 2336fea..6252bab 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -1513,6 +1513,7 @@ This function also adds a hook to the minibuffer." (message "Ido mode %s" (if ido-mode "enabled" "disabled"))) +;;;###autoload (defun ido-everywhere (arg) "Toggle using ido speed-ups everywhere file and directory names are read. With ARG, turn ido speed-up on if arg is positive, off otherwise." -- 1.6.3.3