emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 516b4c3: Fix Bug#24980


From: Michael Albinus
Subject: [Emacs-diffs] master 516b4c3: Fix Bug#24980
Date: Mon, 19 Dec 2016 08:32:44 +0000 (UTC)

branch: master
commit 516b4c389ab7221726ac675bb7659476eae7ae35
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix Bug#24980
    
    * lisp/ido.el (ido-add-virtual-buffers-to-list):
    Suppress Tramp invocation.  (Bug#24980)
---
 lisp/ido.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ido.el b/lisp/ido.el
index 9df89c9..7b9cf07 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -3505,7 +3505,7 @@ This is to make them appear as if they were \"virtual 
buffers\"."
       (when (equal name "")
        (setq name head))
       (and (not (equal name ""))
-          (null (get-file-buffer head))
+           (null (let (file-name-handler-alist) (get-file-buffer head)))
            (not (assoc name ido-virtual-buffers))
            (not (member name ido-temp-list))
            (not (ido-ignore-item-p name ido-ignore-buffers))



reply via email to

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