aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-12-11 05:42:15 +0000
committerGlenn Morris2007-12-11 05:42:15 +0000
commitea7d768a9ac545a2a825dba59a54f1d6fc4505e0 (patch)
tree086a3545f19253629806acf408a51df8d5a32174
parent498fc2ae10af3d4ecbee270c431d9cad52655517 (diff)
downloademacs-ea7d768a9ac545a2a825dba59a54f1d6fc4505e0.tar.gz
emacs-ea7d768a9ac545a2a825dba59a54f1d6fc4505e0.zip
(Info-goto-node, format-spec): Autoload.
-rw-r--r--lisp/gnus/message.el4
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."
2471 (kill-region start (point)))) 2471 (kill-region start (point))))
2472 2472
2473 2473
2474(autoload 'Info-goto-node "info")
2475
2474(defun message-info (&optional arg) 2476(defun message-info (&optional arg)
2475 "Display the Message manual. 2477 "Display the Message manual.
2476 2478
@@ -3698,6 +3700,8 @@ This function uses `mail-citation-hook' if that is non-nil."
3698 3700
3699(defvar gnus-extract-address-components) 3701(defvar gnus-extract-address-components)
3700 3702
3703(autoload 'format-spec "format-spec")
3704
3701(defun message-insert-formatted-citation-line (&optional from date) 3705(defun message-insert-formatted-citation-line (&optional from date)
3702 "Function that inserts a formatted citation line. 3706 "Function that inserts a formatted citation line.
3703 3707