emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a3207a3: * lisp/ido.el (ido-read-internal, ido-comp


From: Michael Albinus
Subject: [Emacs-diffs] master a3207a3: * lisp/ido.el (ido-read-internal, ido-complete): Do not bind `non-essential'.
Date: Wed, 15 Mar 2017 06:24:38 -0400 (EDT)

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

    * lisp/ido.el (ido-read-internal, ido-complete): Do not bind 
`non-essential'.
---
 lisp/ido.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/ido.el b/lisp/ido.el
index 561d6e7..293c8e2 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -1882,7 +1882,6 @@ If INITIAL is non-nil, it specifies the initial input 
string."
        ido-selected
        ido-final-text
        (done nil)
-       (non-essential t) ;; prevent eager Tramp connection
        (icomplete-mode nil) ;; prevent icomplete starting up
        ;; Exported dynamic variables:
        ido-cur-list
@@ -2541,7 +2540,7 @@ If cursor is not at the end of the user input, move to 
end of input."
 (defun ido-complete ()
   "Try and complete the current pattern amongst the file names."
   (interactive)
-  (let (non-essential res)
+  (let (res)
     (cond
      (ido-incomplete-regexp
       ;; Do nothing



reply via email to

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