]> code.delx.au - gnu-emacs/commitdiff
(org-table-sum): Fix format string.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Sep 2005 09:41:32 +0000 (09:41 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Sep 2005 09:41:32 +0000 (09:41 +0000)
lisp/textmodes/org.el

index 938091d18eb5b5b797c29f0f5abd5dcb32b06e9d..f10e546d00bc5797f9fcbac8e33957b09fcdf338 100644 (file)
@@ -7064,7 +7064,7 @@ If NLAST is a number, only the NLAST fields will actually be summed."
                     (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 @@ COMMANDS is a list of alternating OLDDEF NEWDEF command names."
       (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