diff lisp/calc/calc-units.el @ 65592:1038e6fc7f28

message format spec fixes, commit # 11
author Deepak Goel <deego@gnufans.org>
date Sun, 18 Sep 2005 12:42:35 +0000
parents 1db49616ce05
children fffcb2d302a5 fa0da9b57058
line wrap: on
line diff
--- a/lisp/calc/calc-units.el	Sun Sep 18 12:41:39 2005 +0000
+++ b/lisp/calc/calc-units.el	Sun Sep 18 12:42:35 2005 +0000
@@ -515,7 +515,7 @@
   (interactive "P")
   (and n (setq math-units-table-buffer-valid nil))
   (math-build-units-table-buffer t)
-  (message (substitute-command-keys "Type \\[calc] to return to the Calculator")))
+  (message "%s" (substitute-command-keys "Type \\[calc] to return to the Calculator")))
 
 (defun calc-define-unit (uname desc)
   (interactive "SDefine unit name: \nsDescription: ")