1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00: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

@ -260,7 +260,7 @@ in `load-path'."
(setq function (symbol-function function)
def (symbol-function function)))
(if aliases
(message aliases))
(message "%s" aliases))
(let ((library
(cond ((eq (car-safe def) 'autoload)
(nth 1 def))

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)