emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/kmacro.el,v


From: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/kmacro.el,v
Date: Sat, 08 Dec 2007 01:02:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Kastrup <dak>     07/12/08 01:02:31

Index: kmacro.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/kmacro.el,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- kmacro.el   26 Jul 2007 05:26:27 -0000      1.40
+++ kmacro.el   8 Dec 2007 01:02:29 -0000       1.41
@@ -404,7 +404,7 @@
                   (format " [%s]"
                           (format kmacro-counter-format-start kmacro-counter)))
                 (if z (substring m 0 (1- x)) m) (if z "..." "")))
-    (message (or empty "No keyboard macros defined"))))
+    (message "%s" (or empty "No keyboard macros defined"))))
 
 
 (defun kmacro-repeat-on-last-key (keys)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]