diff options
| author | Richard M. Stallman | 1997-08-23 22:54:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-23 22:54:13 +0000 |
| commit | bfd027a4fec780a6461a3bd8e5b4e57da6600050 (patch) | |
| tree | 74a276084ef55286d650154886e4099c4a604ec4 | |
| parent | ef3eaa35189ed8a70ef60d404ec483d3b3474c7d (diff) | |
| download | emacs-bfd027a4fec780a6461a3bd8e5b4e57da6600050.tar.gz emacs-bfd027a4fec780a6461a3bd8e5b4e57da6600050.zip | |
(message-signature-file): Delete autoload cookie.
| -rw-r--r-- | lisp/gnus/messcompat.el | 2 |
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. | |||
| 69 | If a function, the result from the function will be used instead. | 69 | If a function, the result from the function will be used instead. |
| 70 | If a form, the result from the form will be used instead.") | 70 | If a form, the result from the form will be used instead.") |
| 71 | 71 | ||
| 72 | ;;;###autoload | 72 | ;; Deleted the autoload cookie because this crashes in loaddefs.el. |
| 73 | (defvar message-signature-file mail-signature-file | 73 | (defvar message-signature-file mail-signature-file |
| 74 | "*File containing the text inserted at end of message. buffer.") | 74 | "*File containing the text inserted at end of message. buffer.") |
| 75 | 75 | ||