emacs-devel
[Top][All Lists]
Advanced

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

edit-kbd-macro fix


From: Alan Shutko
Subject: edit-kbd-macro fix
Date: Wed, 11 Sep 2002 09:55:19 -0400
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

edit-kbd-macro doesn't recognize the latest binding of
edit-kbd-macro.  

2002-09-11  Alan Shutko  <address@hidden>

        * edmacro.el (edit-kbd-macro): Recognize
        kmacro-end-and-call-macro, current C-x e binding.

--- edmacro.el.~1.28.~  2002-09-09 19:52:25.000000000 -0400
+++ edmacro.el  2002-09-11 09:50:30.000000000 -0400
@@ -105,7 +105,7 @@
       (cond (store-hook
             (setq mac keys)
             (setq cmd nil))
-           ((or (memq cmd '(call-last-kbd-macro kmacro-call-macro 
kmacro-end-or-call-macro))
+           ((or (memq cmd '(call-last-kbd-macro kmacro-call-macro 
kmacro-end-and-call-macro kmacro-end-or-call-macro))
                 (member keys '("\r" [return])))
             (or last-kbd-macro
                 (y-or-n-p "No keyboard macro defined.  Create one? ")

-- 
Alan Shutko <address@hidden> - In a variety of flavors!
If you don't know what it does, don't fool with it!




reply via email to

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