diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-07-03 20:36:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-07-03 20:36:31 +0000 |
commit | 0d912b5849342547d16e8d6d7b6cf03fc549af95 (patch) | |
tree | 1fbe7fb9684e52d27f5626f2aa18c41136dac144 /lisp/mail/emacsbug.el | |
parent | e24ec555cbabbea5c9650dce52530c9ef0ecde30 (diff) | |
download | emacs-0d912b5849342547d16e8d6d7b6cf03fc549af95.tar.gz |
Fix up previous change.
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r-- | lisp/mail/emacsbug.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index c722fe5db17..d872a5d7a8f 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -39,9 +39,6 @@ (defvar bug-gnu-emacs "bug-gnu-emacs@prep.ai.mit.edu" "Address of site maintaining mailing list for GNU Emacs bugs.") -(defvar report-emacs-bug-orig-size nil - "Size of automatically-created initial text of bug report.") - (defvar report-emacs-bug-orig-text nil "The automatically-created initial text of bug report.") |