diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-23 02:48:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-23 02:48:06 +0000 |
commit | 24ec11f0a8a29bc701450eed7a0361470b404792 (patch) | |
tree | bdf521b4d517a6124485311fa02ff44b31aa643f /lisp/mail/reporter.el | |
parent | 65431d5b28de900c73df2cf08d90ea9aec900989 (diff) | |
download | emacs-24ec11f0a8a29bc701450eed7a0361470b404792.tar.gz |
(reporter-version): Change value.
Diffstat (limited to 'lisp/mail/reporter.el')
-rw-r--r-- | lisp/mail/reporter.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index ff9dd924f75..7045e6cb9ea 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el @@ -119,7 +119,7 @@ This is necessary to properly support the printing of buffer-local variables. Current buffer will always be the mail buffer being composed.") -(defconst reporter-version "3.2" +(defconst reporter-version "3.3" "Reporter version number.") (defvar reporter-initial-text nil |