Mercurial > emacs
changeset 274:7121f18e0114
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 18 May 1991 18:43:24 +0000 |
parents | 0740875c024a |
children | 9b41e1ed5e68 |
files | lisp/macros.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/macros.el Fri May 17 00:15:22 1991 +0000 +++ b/lisp/macros.el Sat May 18 18:43:24 1991 +0000 @@ -157,7 +157,8 @@ (if (not (bolp)) (forward-line 1)) (while (< (point) end-marker) - (execute-kbd-macro (or macro last-kbd-macro)) + (save-excursion + (execute-kbd-macro (or macro last-kbd-macro))) (forward-line 1))))) ;;;###autoload