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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/edmacro.el
Date: Fri, 04 Apr 2003 01:21:55 -0500

Index: emacs/lisp/edmacro.el
diff -c emacs/lisp/edmacro.el:1.29 emacs/lisp/edmacro.el:1.30
*** emacs/lisp/edmacro.el:1.29  Wed Sep 11 16:00:58 2002
--- emacs/lisp/edmacro.el       Tue Feb  4 06:15:22 2003
***************
*** 32,38 ****
  ;; in a special buffer.  It prompts you to type a key sequence,
  ;; which should be one of:
  ;;
! ;;  * RET or `C-x e' (call-last-kbd-macro), to edit the most 
  ;;    recently defined keyboard macro.
  ;;
  ;;  * `M-x' followed by a command name, to edit a named command
--- 32,38 ----
  ;; in a special buffer.  It prompts you to type a key sequence,
  ;; which should be one of:
  ;;
! ;;  * RET or `C-x e' (call-last-kbd-macro), to edit the most
  ;;    recently defined keyboard macro.
  ;;
  ;;  * `M-x' followed by a command name, to edit a named command
***************
*** 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 
kmacro-end-and-call-macro))
                 (member keys '("\r" [return])))
             (or last-kbd-macro
--- 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 
kmacro-end-and-call-macro))
                 (member keys '("\r" [return])))
             (or last-kbd-macro




reply via email to

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