]> git.eshelyaron.com Git - emacs.git/commitdiff
Removed duplicate definition of ido-virtual-buffers
authorJohn Wiegley <jwiegley@gmail.com>
Tue, 6 Apr 2010 18:17:55 +0000 (14:17 -0400)
committerJohn Wiegley <jwiegley@gmail.com>
Tue, 6 Apr 2010 18:17:55 +0000 (14:17 -0400)
lisp/ido.el

index 8d43dec1f65f17522eacacc825579fe921e1c028..a88ef2df4963300b5cdd7429ee1109662e7a5da4 100644 (file)
@@ -1136,9 +1136,6 @@ Only used if `ido-use-virtual-buffers' is non-nil.")
 ;; Set to 'ignore to inhibit switching between find-file/switch-buffer.
 (defvar ido-context-switch-command)
 
-;; Caches list of names generated by `ido-add-virtual-buffers-to-list'
-(defvar ido-virtual-buffers nil)
-
 ;;; FUNCTIONS
 
 (defun ido-active (&optional merge)