/[emacs]/emacs/lisp/kmacro.el
ViewVC logotype

Diff of /emacs/lisp/kmacro.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by lektu, Tue Feb 4 11:32:35 2003 UTC revision 1.16 by rms, Thu Apr 3 23:01:45 2003 UTC
# Line 665  With \\[universal-argument], call second Line 665  With \\[universal-argument], call second
665  ;;;###autoload  ;;;###autoload
666  (defun kmacro-end-and-call-macro (arg &optional no-repeat)  (defun kmacro-end-and-call-macro (arg &optional no-repeat)
667    "Call last keyboard macro, ending it first if currently being defined.    "Call last keyboard macro, ending it first if currently being defined.
668  With numeric prefix ARG, repeat macro that many times."  With numeric prefix ARG, repeat macro that many times.
669    Zero argument means repeat until there is an error.
670    
671    To give a macro a permanent name, so you can call it
672    even after defining other macros, use \\[name-last-kbd-macro]."
673    (interactive "P")    (interactive "P")
674    (if defining-kbd-macro    (if defining-kbd-macro
675        (kmacro-end-macro nil))        (kmacro-end-macro nil))

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26