changeset 65705:7d20cbe1d616

(org-table-sum): Fix format string.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 26 Sep 2005 09:41:32 +0000
parents c989db293091
children 183bad3fad1f
files lisp/textmodes/org.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/org.el	Mon Sep 26 08:52:12 2005 +0000
+++ b/lisp/textmodes/org.el	Mon Sep 26 09:41:32 2005 +0000
@@ -7064,7 +7064,7 @@
 		     (format "%d:%02d:%02d" h m s))))
 	(kill-new sres)
 	(if (interactive-p)
-	    (message "s"
+	    (message "%s"
 		     (substitute-command-keys
 		      (format "Sum of %d items: %-20s     (\\[yank] will insert result into buffer)"
 			      (length numbers) sres))))
@@ -9587,7 +9587,7 @@
       (if (fboundp 'command-remapping)
 	  (define-key map (vector 'remap old) new)
 	(substitute-key-definition old new map global-map)))))
-  
+
 (when (eq org-enable-table-editor 'optimized)
   ;; If the user wants maximum table support, we need to hijack
   ;; some standard editing functions