emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Concerning the new `ido-use-virtual-buffers' feature


From: Leo
Subject: Re: Concerning the new `ido-use-virtual-buffers' feature
Date: Fri, 28 May 2010 10:26:42 +0100

I forgot to take care of the compiler warnings. Please apply this
patch on top of the last one.

commit f6100b880cd559648d933a82fc21edf243d0c885
Author: Leo <address@hidden>
Date:   Fri May 28 10:22:59 2010 +0100

    Quiet the compiler due to last change

        Modified lisp/ido.el
diff --git a/lisp/ido.el b/lisp/ido.el
index 4328166..3403822 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -1105,6 +1105,15 @@ Only used if `ido-use-virtual-buffers' is not `never'.")
 ;; Don't process ido-ignore- lists once.
 (defvar ido-process-ignore-lists-inhibit)

+;; existing buffers including ignored ones when switching buffers in ido
+(defvar ido-existing-buffers)
+
+;; ido virtual buffers are currently enabled
+(defvar ido-virtual-buffers-enabled)
+
+;; stop ido virtual buffers from being added
+(defvar ido-virtual-buffers-inhibit)
+
 ;; Buffer from which ido was entered.
 (defvar ido-entry-buffer)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]