diff options
author | Miles Bader <miles@gnu.org> | 2005-09-19 10:20:33 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2005-09-19 10:20:33 +0000 |
commit | 6f512f0b53ba23b88c686d27a748797add0a89dc (patch) | |
tree | 03b4e8c24f256dc8d90330ab1021d5ac238508d2 /lisp/emacs-lisp | |
parent | ff8d296438e69b8cf701d95b6ccd271c416c46fd (diff) | |
parent | 430d3ed772627a9a23fccdeab2b868c6c41e8365 (diff) | |
download | emacs-6f512f0b53ba23b88c686d27a748797add0a89dc.tar.gz emacs-6f512f0b53ba23b88c686d27a748797add0a89dc.tar.bz2 emacs-6f512f0b53ba23b88c686d27a748797add0a89dc.zip |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 542-553)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 116-121)
- Merge from emacs--cvs-trunk--0
- Update from CVS
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/find-func.el | 2 | ||||
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index d860bfcd598..dea72fc7567 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el @@ -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)) 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) |