aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ido.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index 8d43dec1f65..a88ef2df496 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -1136,9 +1136,6 @@ Only used if `ido-use-virtual-buffers' is non-nil.")
1136;; Set to 'ignore to inhibit switching between find-file/switch-buffer. 1136;; Set to 'ignore to inhibit switching between find-file/switch-buffer.
1137(defvar ido-context-switch-command) 1137(defvar ido-context-switch-command)
1138 1138
1139;; Caches list of names generated by `ido-add-virtual-buffers-to-list'
1140(defvar ido-virtual-buffers nil)
1141
1142;;; FUNCTIONS 1139;;; FUNCTIONS
1143 1140
1144(defun ido-active (&optional merge) 1141(defun ido-active (&optional merge)