diff options
Diffstat (limited to 'lisp/gnus/nndraft.el')
| -rw-r--r-- | lisp/gnus/nndraft.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/nndraft.el b/lisp/gnus/nndraft.el index fa88b8a87e0..f21e4faf559 100644 --- a/lisp/gnus/nndraft.el +++ b/lisp/gnus/nndraft.el | |||
| @@ -56,6 +56,7 @@ are generated if and only if they are also in `message-draft-headers'." | |||
| 56 | (defvoo nndraft-current-directory nil nil nnmh-current-directory) | 56 | (defvoo nndraft-current-directory nil nil nnmh-current-directory) |
| 57 | 57 | ||
| 58 | (defconst nndraft-version "nndraft 1.0") | 58 | (defconst nndraft-version "nndraft 1.0") |
| 59 | (make-obsolete-variable 'nndraft-version 'emacs-version "29.1") | ||
| 59 | (defvoo nndraft-status-string "" nil nnmh-status-string) | 60 | (defvoo nndraft-status-string "" nil nnmh-status-string) |
| 60 | 61 | ||
| 61 | 62 | ||