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:
parent
63c86e176d
commit
3d64136f52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user