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:
parent
7b8a295e79
commit
55aed1209c
@ -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))
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user