1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

message format spec fixes, commit # 9

This commit is contained in:
Deepak Goel 2005-09-18 12:40:26 +00:00
parent 7b8a295e79
commit 55aed1209c
2 changed files with 2 additions and 2 deletions

View file

@ -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)