aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ido.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index 5716c6ff442..ad71d468cb4 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -1549,7 +1549,7 @@ This function also adds a hook to the minibuffer."
1549 ((> (prefix-numeric-value arg) 0) 'both) 1549 ((> (prefix-numeric-value arg) 0) 'both)
1550 (t nil))) 1550 (t nil)))
1551 1551
1552 (ido-everywhere (if ido-everywhere 1 -1)) 1552 (ido-everywhere (if (and ido-mode ido-everywhere) 1 -1))
1553 1553
1554 (when ido-mode 1554 (when ido-mode
1555 (ido-common-initialization) 1555 (ido-common-initialization)