comparison lisp/mail/emacsbug.el @ 201:dc13943c8be0

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Feb 1991 21:45:11 +0000
parents 9697c13298e5
children c3bbd755b7da
comparison
equal deleted inserted replaced
200:74504bd76aaa 201:dc13943c8be0
23 ;; >> This should be an address which is accessible to your machine, 23 ;; >> This should be an address which is accessible to your machine,
24 ;; >> otherwise you can't use this file. It will only work on the 24 ;; >> otherwise you can't use this file. It will only work on the
25 ;; >> internet with this address. 25 ;; >> internet with this address.
26 26
27 (defvar bug-gnu-emacs "bug-gnu-emacs@prep.ai.mit.edu" 27 (defvar bug-gnu-emacs "bug-gnu-emacs@prep.ai.mit.edu"
28 "Address of site maintaining mailing list for Gnu emacs bugs.") 28 "Address of site maintaining mailing list for GNU Emacs bugs.")
29 29
30 (defun report-emacs-bug (topic) 30 (defun report-emacs-bug (topic)
31 "Report a bug in Gnu emacs. 31 "Report a bug in Gnu emacs.
32 Prompts for bug subject. Leaves you in a mail buffer." 32 Prompts for bug subject. Leaves you in a mail buffer."
33 (interactive "sBug Subject: ") 33 (interactive "sBug Subject: ")