Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
80265cdd
Commit
80265cdd
authored
May 26, 2000
by
Dave Love
Browse files
Change maintainer to FSF.
parent
0f3e0672
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
22 deletions
+1
-22
lisp/emacs-lisp/elp.el
lisp/emacs-lisp/elp.el
+1
-22
No files found.
lisp/emacs-lisp/elp.el
View file @
80265cdd
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment