diff options
author | Deepak Goel <deego@gnufans.org> | 2005-09-18 12:32:51 +0000 |
---|---|---|
committer | Deepak Goel <deego@gnufans.org> | 2005-09-18 12:32:51 +0000 |
commit | 8c307e0f56cac8a485ba6355ccd6f9e943b49f7c (patch) | |
tree | 2f0678d7e55d4955077f780b5f3a54da88cd9e96 /lisp/play/decipher.el | |
parent | 29a4e67d88be7ea5b8ba6a2164c2dc9771bcd7ab (diff) | |
download | emacs-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.el | 2 |
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)) |