comparison lisp/mail/reporter.el @ 18408:b38958e116e1

(reporter-version): Change value.
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 Jun 1997 02:48:06 +0000
parents 720d1f98ae42
children 61f38e629f6b
comparison
equal deleted inserted replaced
18407:9151d68e86d9 18408:b38958e116e1
117 "Buffer to retrieve variable's value from. 117 "Buffer to retrieve variable's value from.
118 This is necessary to properly support the printing of buffer-local 118 This is necessary to properly support the printing of buffer-local
119 variables. Current buffer will always be the mail buffer being 119 variables. Current buffer will always be the mail buffer being
120 composed.") 120 composed.")
121 121
122 (defconst reporter-version "3.2" 122 (defconst reporter-version "3.3"
123 "Reporter version number.") 123 "Reporter version number.")
124 124
125 (defvar reporter-initial-text nil 125 (defvar reporter-initial-text nil
126 "The automatically created initial text of a bug report.") 126 "The automatically created initial text of a bug report.")
127 (make-variable-buffer-local 'reporter-initial-text) 127 (make-variable-buffer-local 'reporter-initial-text)