1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1991-05-18 18:43:24 +00:00
parent 63c86e176d
commit 3d64136f52

View File

@ -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