emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ido.el


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ido.el
Date: Thu, 16 Mar 2006 22:23:22 +0000

Index: emacs/lisp/ido.el
diff -u emacs/lisp/ido.el:1.85 emacs/lisp/ido.el:1.86
--- emacs/lisp/ido.el:1.85      Sun Feb 26 00:48:27 2006
+++ emacs/lisp/ido.el   Thu Mar 16 22:23:22 2006
@@ -1973,7 +1973,7 @@
 (defun ido-edit-input ()
   "Edit absolute file name entered so far with ido; terminate by RET."
   (interactive)
-  (setq ido-text-init ido-text)
+  (setq ido-text-init (if ido-matches (car ido-matches) ido-text))
   (setq ido-exit 'edit)
   (exit-minibuffer))
 




reply via email to

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