*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Sat, 18 May 1991 18:43:24 +0000 (18:43 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 18 May 1991 18:43:24 +0000 (18:43 +0000)
lisp/macros.el

index 42fedff..8770ac5 100644 (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