/[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.26 by kfstorm, Wed Feb 9 15:50:42 2005 UTC revision 1.27 by kfstorm, Wed Mar 30 10:25:10 2005 UTC
# Line 614  With numeric arg, repeat macro now that Line 614  With numeric arg, repeat macro now that
614  counting the definition just completed as the first repetition.  counting the definition just completed as the first repetition.
615  An argument of zero means repeat until error."  An argument of zero means repeat until error."
616    (interactive "P")    (interactive "P")
617    (end-kbd-macro arg #'kmacro-loop-setup-function)     ;; Isearch may push the kmacro-end-macro key sequence onto the macro.
618    (when (and last-kbd-macro (= (length last-kbd-macro) 0))     ;; Just ignore it when executing the macro.
619      (message "Ignore empty macro")    (unless executing-kbd-macro
620      (kmacro-pop-ring)))      (end-kbd-macro arg #'kmacro-loop-setup-function)
621        (when (and last-kbd-macro (= (length last-kbd-macro) 0))
622          (message "Ignore empty macro")
623          (kmacro-pop-ring))))
624    
625    
626  ;;;###autoload  ;;;###autoload

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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