# HG changeset patch # User Juanma Barranquero # Date 1170257362 0 # Node ID 8ddc4d84085eea36d6e2c099e4a651a052293a2f # Parent 6d4a346af5e8dc7ecb1e7c3b912b143efccab0ad (ido-set-common-completion): Use `let', not `let*'. diff -r 6d4a346af5e8 -r 8ddc4d84085e lisp/ido.el --- a/lisp/ido.el Wed Jan 31 15:24:49 2007 +0000 +++ b/lisp/ido.el Wed Jan 31 15:29:22 2007 +0000 @@ -2403,8 +2403,8 @@ (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) - (setq ido-common-match-string nil) + (let (val) + (setq ido-common-match-string nil) (if (and ido-matches (not ido-enable-regexp) ;; testing (stringp ido-text)