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,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ido.el,v
Date: Wed, 31 Jan 2007 15:29:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/01/31 15:29:22

Index: ido.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ido.el,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -b -r1.124 -r1.125
--- ido.el      24 Jan 2007 00:07:34 -0000      1.124
+++ ido.el      31 Jan 2007 15:29:22 -0000      1.125
@@ -2403,7 +2403,7 @@
 (defun ido-set-common-completion  ()
   ;; Find common completion of `ido-text' in `ido-matches'
   ;; The result is stored in `ido-common-match-string'
-  (let* (val)
+  (let (val)
     (setq  ido-common-match-string nil)
     (if (and ido-matches
             (not ido-enable-regexp) ;; testing




reply via email to

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