# HG changeset patch # User Glenn Morris # Date 1197351735 0 # Node ID 6207f5a83057a90450ea1cd67da1365442db4851 # Parent dac02fccd9a750799cbc64bb2dd8aca8e45f8266 (Info-goto-node, format-spec): Autoload. diff -r dac02fccd9a7 -r 6207f5a83057 lisp/gnus/message.el --- 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.