emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/kmacro.el
Date: Fri, 04 Apr 2003 01:22:24 -0500

Index: emacs/lisp/kmacro.el
diff -c emacs/lisp/kmacro.el:1.15 emacs/lisp/kmacro.el:1.16
*** emacs/lisp/kmacro.el:1.15   Tue Feb  4 06:32:35 2003
--- emacs/lisp/kmacro.el        Thu Apr  3 18:01:45 2003
***************
*** 665,671 ****
  ;;;###autoload
  (defun kmacro-end-and-call-macro (arg &optional no-repeat)
    "Call last keyboard macro, ending it first if currently being defined.
! With numeric prefix ARG, repeat macro that many times."
    (interactive "P")
    (if defining-kbd-macro
        (kmacro-end-macro nil))
--- 665,675 ----
  ;;;###autoload
  (defun kmacro-end-and-call-macro (arg &optional no-repeat)
    "Call last keyboard macro, ending it first if currently being defined.
! With numeric prefix ARG, repeat macro that many times.
! Zero argument means repeat until there is an error.
! 
! To give a macro a permanent name, so you can call it
! even after defining other macros, use \\[name-last-kbd-macro]."
    (interactive "P")
    (if defining-kbd-macro
        (kmacro-end-macro nil))




reply via email to

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