diff lisp/calc/calc-mode.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 f4c158053fb0 fa0da9b57058
line wrap: on
line diff
--- a/lisp/calc/calc-mode.el	Sun Sep 18 12:41:39 2005 +0000
+++ b/lisp/calc/calc-mode.el	Sun Sep 18 12:42:35 2005 +0000
@@ -408,7 +408,8 @@
 			   ((= n 4) 'global)
 			   ((= n 5) 'save)
 			   (t 'local)))
-   (message (cond ((and (eq calc-mode-save-mode 'local) calc-embedded-info)
+   (message "%s" 
+	    (cond ((and (eq calc-mode-save-mode 'local) calc-embedded-info)
 		   "Recording mode changes with [calc-mode: ...]")
 		  ((eq calc-mode-save-mode 'edit)
 		   "Recording mode changes with [calc-edit-mode: ...]")