summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-23 22:54:13 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-23 22:54:13 +0000
commitb65628b4e7cec776113fe6bc79712f4b11497507 (patch)
tree80237b7982cbf67c2301d7dcea17864ae1e6fe34
parentc103e1e2cacc129fe6ece08781dea9ffcab633cd (diff)
downloademacs-b65628b4e7cec776113fe6bc79712f4b11497507.tar.gz
(message-signature-file): Delete autoload cookie.
-rw-r--r--lisp/gnus/messcompat.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/messcompat.el b/lisp/gnus/messcompat.el
index 33c967b357c..19371fe9354 100644
--- a/lisp/gnus/messcompat.el
+++ b/lisp/gnus/messcompat.el
@@ -69,7 +69,7 @@ If t, the `message-signature-file' file will be inserted instead.
If a function, the result from the function will be used instead.
If a form, the result from the form will be used instead.")
-;;;###autoload
+;; Deleted the autoload cookie because this crashes in loaddefs.el.
(defvar message-signature-file mail-signature-file
"*File containing the text inserted at end of message. buffer.")