summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-units.el
diff options
context:
space:
mode:
authorDeepak Goel <deego@gnufans.org>2005-09-18 12:42:35 +0000
committerDeepak Goel <deego@gnufans.org>2005-09-18 12:42:35 +0000
commit5c08522d858595fa88418e04bf5ace92253f4a7b (patch)
treee3d17f50d7381dfe5b2fa0c992ad12c7a1f49215 /lisp/calc/calc-units.el
parent80070cca29719721131a14f1760619d5228ca677 (diff)
downloademacs-5c08522d858595fa88418e04bf5ace92253f4a7b.tar.gz
message format spec fixes, commit # 11
Diffstat (limited to 'lisp/calc/calc-units.el')
-rw-r--r--lisp/calc/calc-units.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el
index 7d42fd9ca9a..8fcbe7c0943 100644
--- a/lisp/calc/calc-units.el
+++ b/lisp/calc/calc-units.el
@@ -515,7 +515,7 @@ Entries are (SYMBOL EXPR DOC-STRING TEMP-TYPE BASE-UNITS).")
(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: ")