diff lisp/macros.el @ 107082:e8f9df14b15b

Close bug#5485. David Burger <dburger at google.com> (tiny change) * macros.el (apply-macro-to-region-lines): Minor simplification.
author Glenn Morris <rgm@gnu.org>
date Wed, 03 Feb 2010 21:14:36 -0800
parents 1d1d5d9bd884
children e09a216f2aab
line wrap: on
line diff
--- a/lisp/macros.el	Wed Feb 03 21:10:21 2010 -0800
+++ b/lisp/macros.el	Wed Feb 03 21:14:36 2010 -0800
@@ -273,7 +273,7 @@
 	  (set-marker next-line-marker (point)))
 	(save-excursion
 	  (let ((mark-active nil))
-	    (execute-kbd-macro (or macro last-kbd-macro)))))
+	    (execute-kbd-macro macro))))
       (set-marker end-marker nil)
       (set-marker next-line-marker nil))))