emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/edmacro.el


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/edmacro.el
Date: Sun, 01 Sep 2002 17:26:25 -0400

Index: emacs/lisp/edmacro.el
diff -c emacs/lisp/edmacro.el:1.26 emacs/lisp/edmacro.el:1.27
*** emacs/lisp/edmacro.el:1.26  Tue Aug 20 05:06:17 2002
--- emacs/lisp/edmacro.el       Sun Sep  1 17:26:25 2002
***************
*** 105,111 ****
        (cond (store-hook
             (setq mac keys)
             (setq cmd nil))
!           ((or (eq cmd 'call-last-kbd-macro)
                 (member keys '("\r" [return])))
             (or last-kbd-macro
                 (y-or-n-p "No keyboard macro defined.  Create one? ")
--- 105,111 ----
        (cond (store-hook
             (setq mac keys)
             (setq cmd nil))
!           ((or (memq cmd '(call-last-kbd-macro kmacro-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? ")




reply via email to

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