From b003beb193335bd5c0e6d78a16c49f94e4dd7722 Mon Sep 17 00:00:00 2001 From: David Burger Date: Wed, 3 Feb 2010 21:14:36 -0800 Subject: Close bug#5485. David Burger (tiny change) * macros.el (apply-macro-to-region-lines): Minor simplification. --- lisp/macros.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/macros.el') diff --git a/lisp/macros.el b/lisp/macros.el index ef167bd6906..4188a432fe5 100644 --- a/lisp/macros.el +++ b/lisp/macros.el @@ -273,7 +273,7 @@ and then select the region of un-tablified names and use (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)))) -- cgit v1.2.1