diff lisp/ido.el @ 107790:f56b90a69fac

Removed duplicate definition of ido-virtual-buffers
author jwiegley@gmail.com
date Tue, 06 Apr 2010 14:17:55 -0400
parents f8a150994b7a
children 57532220127a
line wrap: on
line diff
--- a/lisp/ido.el	Tue Apr 06 13:02:56 2010 +0200
+++ b/lisp/ido.el	Tue Apr 06 14:17:55 2010 -0400
@@ -1136,9 +1136,6 @@
 ;; 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)