diff options
author | Deepak Goel <deego@gnufans.org> | 2005-09-18 12:40:26 +0000 |
---|---|---|
committer | Deepak Goel <deego@gnufans.org> | 2005-09-18 12:40:26 +0000 |
commit | 55aed1209c8ae9a2358bb683a5a12056b80883b4 (patch) | |
tree | 54e553c501812a89945a3e9353a653c0d22ae79b /lisp/emacs-lisp/lisp-mnt.el | |
parent | 7b8a295e799d7b957da2ac68cedb3fef1aa3dfef (diff) | |
download | emacs-55aed1209c8ae9a2358bb683a5a12056b80883b4.tar.gz |
message format spec fixes, commit # 9
Diffstat (limited to 'lisp/emacs-lisp/lisp-mnt.el')
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index b102b4da581..0fd49024beb 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -610,7 +610,7 @@ Prompts for bug subject TOPIC. Leaves you in a mail buffer." (if version (insert " version " version)) (newline 2) - (message + (message "%s" (substitute-command-keys "Type \\[mail-send] to send bug report.")))) (provide 'lisp-mnt) |