projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
498fc2a
)
(Info-goto-node, format-spec): Autoload.
author
Glenn Morris
<rgm@gnu.org>
Tue, 11 Dec 2007 05:42:15 +0000
(
05:42
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 11 Dec 2007 05:42:15 +0000
(
05:42
+0000)
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index 919a4c06721346b03af8eea837d5da555a4fa632..4fba4fd630e7d7486763bc90f86502246a8647b1 100644
(file)
--- 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.