From: Richard M. Stallman Date: Sat, 23 Aug 1997 22:54:13 +0000 (+0000) Subject: (message-signature-file): Delete autoload cookie. X-Git-Tag: emacs-20.1~451 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfd027a4fec780a6461a3bd8e5b4e57da6600050;p=emacs.git (message-signature-file): Delete autoload cookie. --- 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.")