mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
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
This commit is contained in:
commit
6f512f0b53
190 changed files with 8087 additions and 1861 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue