summaryrefslogtreecommitdiff
path: root/lisp/textmodes/artist.el
diff options
context:
space:
mode:
authorDeepak Goel <deego@gnufans.org>2005-09-18 12:28:30 +0000
committerDeepak Goel <deego@gnufans.org>2005-09-18 12:28:30 +0000
commit5673af85e4a427c550b5a85825340250bfa36c9c (patch)
tree4b9c53da731ddff07ec2c962abc184cdf7aac5d7 /lisp/textmodes/artist.el
parent8a26c16552f49f7a61e1e338952110b59e5b2664 (diff)
downloademacs-5673af85e4a427c550b5a85825340250bfa36c9c.tar.gz
Message format spec fixes (2)
Diffstat (limited to 'lisp/textmodes/artist.el')
-rw-r--r--lisp/textmodes/artist.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el
index ea43f71e756..c3340d6fd37 100644
--- a/lisp/textmodes/artist.el
+++ b/lisp/textmodes/artist.el
@@ -4162,7 +4162,7 @@ If optional argument THIS-IS-LAST-POINT is non-nil, this point is the last."
(setq artist-key-is-drawing t)
;; Feedback
- (message (substitute-command-keys
+ (message "%s" (substitute-command-keys
(concat "First point set. "
"Set next with \\[artist-key-set-point], "
"set last with C-u \\[artist-key-set-point]"))))