diff options
author | Glenn Morris <rgm@gnu.org> | 2007-12-11 05:42:15 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-12-11 05:42:15 +0000 |
commit | ea7d768a9ac545a2a825dba59a54f1d6fc4505e0 (patch) | |
tree | 086a3545f19253629806acf408a51df8d5a32174 /lisp/gnus | |
parent | 498fc2ae10af3d4ecbee270c431d9cad52655517 (diff) | |
download | emacs-ea7d768a9ac545a2a825dba59a54f1d6fc4505e0.tar.gz emacs-ea7d768a9ac545a2a825dba59a54f1d6fc4505e0.tar.bz2 emacs-ea7d768a9ac545a2a825dba59a54f1d6fc4505e0.zip |
(Info-goto-node, format-spec): Autoload.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/message.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 919a4c06721..4fba4fd630e 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -2471,6 +2471,8 @@ Point is left at the beginning of the narrowed-to region." (kill-region start (point)))) +(autoload 'Info-goto-node "info") + (defun message-info (&optional arg) "Display the Message manual. @@ -3698,6 +3700,8 @@ This function uses `mail-citation-hook' if that is non-nil." (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. |