comparison lisp/mail/emacsbug.el @ 8131:9d47411b0548

Fix up previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Jul 1994 20:36:31 +0000
parents c84ecb24316c
children 289246a9fdb1
comparison
equal deleted inserted replaced
8130:c84ecb24316c 8131:9d47411b0548
37 (require 'sendmail) 37 (require 'sendmail)
38 38
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
48 ;;;###autoload 45 ;;;###autoload
49 (defun report-emacs-bug (topic) 46 (defun report-emacs-bug (topic)