changeset 29236:5e8d0b640d69

Change maintainer to FSF.
author Dave Love <fx@gnu.org>
date Fri, 26 May 2000 09:15:41 +0000
parents 497da61dfe91
children ae0e64edbaad
files lisp/emacs-lisp/elp.el
diffstat 1 files changed, 1 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/elp.el	Fri May 26 07:34:20 2000 +0000
+++ b/lisp/emacs-lisp/elp.el	Fri May 26 09:15:41 2000 +0000
@@ -3,9 +3,8 @@
 ;; Copyright (C) 1994,1995,1997,1998 Free Software Foundation, Inc.
 
 ;; Author:        1994-1998 Barry A. Warsaw
-;; Maintainer:    tools-help@python.org
+;; Maintainer:    FSF
 ;; Created:       26-Feb-1994
-;; Version:       3.2
 ;; Keywords:      debugging lisp tools
 
 ;; This file is part of GNU Emacs.
@@ -193,9 +192,6 @@
 (defconst elp-version "3.2"
   "ELP version number.")
 
-(defconst elp-help-address "tools-help@python.org"
-  "Address accepting submissions of bug reports and questions.")
-
 (defvar elp-results-buffer "*ELP Profiling Results*"
   "Buffer name for outputting profiling results.")
 
@@ -585,23 +581,6 @@
     ;; reset profiling info if desired
     (and elp-reset-after-results
 	 (elp-reset-all))))
-
-
-(eval-when-compile
- (require 'reporter))
-
-;;;###autoload
-(defun elp-submit-bug-report ()
-  "Submit via mail, a bug report on elp."
-  (interactive)
-  (and
-   (y-or-n-p "Do you want to submit a report on elp? ")
-   (require 'reporter)
-   (reporter-submit-bug-report
-    elp-help-address (concat "elp " elp-version)
-    '(elp-report-limit
-      elp-reset-after-results
-      elp-sort-by-function))))
 
 (provide 'elp)