comparison lisp/mail/reporter.el @ 14169:83f275dcd93a

Update FSF's address.
author Erik Naggum <erik@naggum.no>
date Sun, 14 Jan 1996 07:34:30 +0000
parents 7709c74b3188
children da2b8c03799f
comparison
equal deleted inserted replaced
14168:3b925cc52931 14169:83f275dcd93a
1 ;;; reporter.el --- customizable bug reporting of lisp programs 1 ;;; reporter.el --- customizable bug reporting of lisp programs
2
3 ;; Copyright (C) 1993 1994 Barry A. Warsaw
4 ;; Copyright (C) 1993 1994 Free Software Foundation, Inc.
2 5
3 ;; Author: 1993 Barry A. Warsaw <bwarsaw@cnri.reston.va.us> 6 ;; Author: 1993 Barry A. Warsaw <bwarsaw@cnri.reston.va.us>
4 ;; Maintainer: bwarsaw@cnri.reston.va.us 7 ;; Maintainer: bwarsaw@cnri.reston.va.us
5 ;; Created: 19-Apr-1993 8 ;; Created: 19-Apr-1993
6 ;; Version: 2.21 9 ;; Version: 2.21
7 ;; Last Modified: 1994/11/29 16:13:50 10 ;; Last Modified: 1994/11/29 16:13:50
8 ;; Keywords: bug reports lisp 11 ;; Keywords: bug reports lisp
9 12
10 ;; Copyright (C) 1993 1994 Barry A. Warsaw
11 ;; Copyright (C) 1993 1994 Free Software Foundation, Inc.
12
13 ;; This file is part of GNU Emacs. 13 ;; This file is part of GNU Emacs.
14 14
15 ;; GNU Emacs is free software; you can redistribute it and/or modify 15 ;; GNU Emacs is free software; you can redistribute it and/or modify
16 ;; it under the terms of the GNU General Public License as published by 16 ;; it under the terms of the GNU General Public License as published by
17 ;; the Free Software Foundation; either version 2, or (at your option) 17 ;; the Free Software Foundation; either version 2, or (at your option)
21 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 21 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
22 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 ;; GNU General Public License for more details. 23 ;; GNU General Public License for more details.
24 24
25 ;; You should have received a copy of the GNU General Public License 25 ;; You should have received a copy of the GNU General Public License
26 ;; along with GNU Emacs; see the file COPYING. If not, write to 26 ;; along with GNU Emacs; see the file COPYING. If not, write to the
27 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 27 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
28 ;; Boston, MA 02111-1307, USA.
28 29
29 ;;; Commentary: 30 ;;; Commentary:
30 ;; 31
31 ;; Introduction 32 ;; Introduction
32 ;; ============ 33 ;; ============
33 ;; This program is for lisp package authors and can be used to ease 34 ;; This program is for lisp package authors and can be used to ease
34 ;; reporting of bugs. When invoked, reporter-submit-bug-report will 35 ;; reporting of bugs. When invoked, reporter-submit-bug-report will
35 ;; set up a mail buffer with the appropriate bug report address, 36 ;; set up a mail buffer with the appropriate bug report address,