diff options
author | Jim Blandy <jimb@redhat.com> | 1991-05-18 18:43:24 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-05-18 18:43:24 +0000 |
commit | 3d64136f52728a6eaa3c3fba1f9afb79f3e0d36d (patch) | |
tree | 90c224979aa2654c6903bc6b75f4ae5583ad2d5d /lisp/macros.el | |
parent | 63c86e176db3da13697a283615420b6223f81f9e (diff) | |
download | emacs-3d64136f52728a6eaa3c3fba1f9afb79f3e0d36d.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/macros.el')
-rw-r--r-- | lisp/macros.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/macros.el b/lisp/macros.el index 42fedffafdc..8770ac58a2f 100644 --- a/lisp/macros.el +++ b/lisp/macros.el @@ -157,7 +157,8 @@ and then select the region of un-tablified names and use (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 |