summaryrefslogtreecommitdiff
path: root/lisp/play/decipher.el
diff options
context:
space:
mode:
authorDeepak Goel <deego@gnufans.org>2005-09-18 12:32:51 +0000
committerDeepak Goel <deego@gnufans.org>2005-09-18 12:32:51 +0000
commit8c307e0f56cac8a485ba6355ccd6f9e943b49f7c (patch)
tree2f0678d7e55d4955077f780b5f3a54da88cd9e96 /lisp/play/decipher.el
parent29a4e67d88be7ea5b8ba6a2164c2dc9771bcd7ab (diff)
downloademacs-8c307e0f56cac8a485ba6355ccd6f9e943b49f7c.tar.gz
emacs-8c307e0f56cac8a485ba6355ccd6f9e943b49f7c.tar.bz2
emacs-8c307e0f56cac8a485ba6355ccd6f9e943b49f7c.zip
Message format spec fixes, commit no. 4
Diffstat (limited to 'lisp/play/decipher.el')
-rw-r--r--lisp/play/decipher.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el
index 6471e23b5f2..e8850e6fdf4 100644
--- a/lisp/play/decipher.el
+++ b/lisp/play/decipher.el
@@ -600,7 +600,7 @@ you have determined the keyword."
(defun decipher-show-alphabet ()
"Display the current cipher alphabet in the message line."
(interactive)
- (message
+ (message "%s"
(mapconcat (lambda (a)
(concat
(char-to-string (car a))