diff options
author | Dave Love <fx@gnu.org> | 2000-05-26 09:15:41 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-05-26 09:15:41 +0000 |
commit | 80265cddc5ff197de452bfd88c79d5ead2c490ba (patch) | |
tree | 6e1964934af18317ceaf9e4f38d9249009828304 /lisp/emacs-lisp/elp.el | |
parent | 0f3e067268c83d18cc4398d15bc8a09be35ce40d (diff) | |
download | emacs-80265cddc5ff197de452bfd88c79d5ead2c490ba.tar.gz |
Change maintainer to FSF.
Diffstat (limited to 'lisp/emacs-lisp/elp.el')
-rw-r--r-- | lisp/emacs-lisp/elp.el | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index 1cb4a3cf575..d990f5d0d19 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el @@ -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 @@ In other words, a new unique buffer is create every time you run (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 @@ displayed." ;; 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) |