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
940cf42e
Commit
940cf42e
authored
May 14, 2001
by
Eli Zaretskii
Browse files
(elp-instrument-package): Don't allow empty prefixes.
parent
f4500bec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/elp.el
lisp/emacs-lisp/elp.el
+2
-0
No files found.
lisp/ChangeLog
View file @
940cf42e
2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
* emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
prefixes.
2001-05-14 Gerd Moellmann <gerd@gnu.org>
* hexl.el (hexl-current-address): Print a message when called
...
...
lisp/emacs-lisp/elp.el
View file @
940cf42e
...
...
@@ -323,6 +323,8 @@ For example, to instrument all ELP functions, do the following:
\\[elp-instrument-package] RET elp- RET"
(
interactive
"sPrefix of package to instrument: "
)
(
if
(
zerop
(
length
prefix
))
(
error
"Instrumenting all Emacs functions would render Emacs unusable."
))
(
elp-instrument-list
(
mapcar
'intern
...
...
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