emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ido.el


From: Kim F. Storm
Subject: [Emacs-diffs] emacs/lisp ido.el
Date: Sun, 10 May 2009 21:23:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  09/05/10 21:23:26

Modified files:
        lisp           : ido.el 

Log message:
        Fix last change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ido.el?cvsroot=emacs&r1=1.156&r2=1.157

Patches:
Index: ido.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ido.el,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -b -r1.156 -r1.157
--- ido.el      10 May 2009 21:21:33 -0000      1.156
+++ ido.el      10 May 2009 21:23:26 -0000      1.157
@@ -770,7 +770,7 @@
 
 (defcustom ido-decorations '( "{" "}" " | " " | ..." "[" "]" " [No match]" " 
[Matched]" " [Not readable]" " [Too big]" " [Confirm]")
   "List of strings used by ido to display the alternatives in the minibuffer.
-There are 10 elements in this list:
+There are 11 elements in this list:
 1st and 2nd elements are used as brackets around the prospect list,
 3rd element is the separator between prospects (ignored if `ido-separator' is 
set),
 4th element is the string inserted at the end of a truncated list of prospects,
@@ -4444,7 +4444,7 @@
     (cond ((null comps)
           (cond
            (ido-show-confirm-message
-            (or (nth 11 ido-decorations) " [Confirm]"))
+            (or (nth 10 ido-decorations) " [Confirm]"))
            (ido-directory-nonreadable
             (or (nth 8 ido-decorations) " [Not readable]"))
            (ido-directory-too-big




reply via email to

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