aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-03 20:36:31 +0000
committerRichard M. Stallman1994-07-03 20:36:31 +0000
commit0d912b5849342547d16e8d6d7b6cf03fc549af95 (patch)
tree1fbe7fb9684e52d27f5626f2aa18c41136dac144
parente24ec555cbabbea5c9650dce52530c9ef0ecde30 (diff)
downloademacs-0d912b5849342547d16e8d6d7b6cf03fc549af95.tar.gz
emacs-0d912b5849342547d16e8d6d7b6cf03fc549af95.zip
Fix up previous change.
-rw-r--r--lisp/mail/emacsbug.el3
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 @@
39(defvar bug-gnu-emacs "bug-gnu-emacs@prep.ai.mit.edu" 39(defvar bug-gnu-emacs "bug-gnu-emacs@prep.ai.mit.edu"
40 "Address of site maintaining mailing list for GNU Emacs bugs.") 40 "Address of site maintaining mailing list for GNU Emacs bugs.")
41 41
42(defvar report-emacs-bug-orig-size nil
43 "Size of automatically-created initial text of bug report.")
44
45(defvar report-emacs-bug-orig-text nil 42(defvar report-emacs-bug-orig-text nil
46 "The automatically-created initial text of bug report.") 43 "The automatically-created initial text of bug report.")
47 44