emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113426: * lisp/edmacro.el (edmacro-format-keys): Fi


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113426: * lisp/edmacro.el (edmacro-format-keys): Fix previous change.
Date: Mon, 15 Jul 2013 19:45:26 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113426
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2013-07-15 15:45:22 -0400
message:
  * lisp/edmacro.el (edmacro-format-keys): Fix previous change.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/edmacro.el                edmacro.el-20091113204419-o5vbwnq5f7feedwu-146
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-07-15 02:33:54 +0000
+++ b/lisp/ChangeLog    2013-07-15 19:45:22 +0000
@@ -1,3 +1,7 @@
+2013-07-15  Glenn Morris  <address@hidden>
+
+       * edmacro.el (edmacro-format-keys): Fix previous change.
+
 2013-07-15  Paul Eggert  <address@hidden>
 
        * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.

=== modified file 'lisp/edmacro.el'
--- a/lisp/edmacro.el   2013-07-12 03:54:57 +0000
+++ b/lisp/edmacro.el   2013-07-15 19:45:22 +0000
@@ -562,7 +562,8 @@
        (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)


reply via email to

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