* lisp/edmacro.el (edmacro-format-keys): Fix previous change.

This commit is contained in:
Glenn Morris 2013-07-15 15:45:22 -04:00
parent bafe80ce49
commit da48522e65
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-07-15 Glenn Morris <rgm@gnu.org>
* edmacro.el (edmacro-format-keys): Fix previous change.
2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
* shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.

View file

@ -562,7 +562,8 @@ doubt, use whitespace."
(unless (string-match " " desc)
(let ((times 1) (pos bind-len))
(while (not (cl-mismatch rest-mac rest-mac
0 bind-len pos (+ bind-len pos)))
:start1 0 :end1 bind-len
:start2 pos :end2 (+ bind-len pos)))
(cl-incf times)
(cl-incf pos bind-len))
(when (> times 1)