Mercurial > emacs
changeset 87245:6207f5a83057
(Info-goto-node, format-spec): Autoload.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 11 Dec 2007 05:42:15 +0000 |
parents | dac02fccd9a7 |
children | 977e07d44319 |
files | lisp/gnus/message.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/message.el Tue Dec 11 05:41:53 2007 +0000 +++ b/lisp/gnus/message.el Tue Dec 11 05:42:15 2007 +0000 @@ -2471,6 +2471,8 @@ (kill-region start (point)))) +(autoload 'Info-goto-node "info") + (defun message-info (&optional arg) "Display the Message manual. @@ -3698,6 +3700,8 @@ (defvar gnus-extract-address-components) +(autoload 'format-spec "format-spec") + (defun message-insert-formatted-citation-line (&optional from date) "Function that inserts a formatted citation line.