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: Wed, 16 Feb 2005 16:36:41 -0500

Index: emacs/lisp/ido.el
diff -c emacs/lisp/ido.el:1.47 emacs/lisp/ido.el:1.48
*** emacs/lisp/ido.el:1.47      Wed Feb  9 15:50:42 2005
--- emacs/lisp/ido.el   Wed Feb 16 21:36:41 2005
***************
*** 2280,2285 ****
--- 2280,2288 ----
  (defun ido-fallback-command ()
    "Fallback to non-ido version of current command."
    (interactive)
+   (let ((i (length ido-text)))
+     (while (> i 0)
+       (push (aref ido-text (setq i (1- i))) unread-command-events)))
    (setq ido-exit 'fallback)
    (exit-minibuffer))
  




reply via email to

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