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
6ccab458
Commit
6ccab458
authored
Mar 22, 1996
by
Richard M. Stallman
Browse files
(elp-instrument-package): Don't instrument keymaps and autoloaded functions.
parent
dd4d27ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/emacs-lisp/elp.el
lisp/emacs-lisp/elp.el
+3
-3
No files found.
lisp/emacs-lisp/elp.el
View file @
6ccab458
...
...
@@ -300,9 +300,9 @@ For example, to instrument all ELP functions, do the following:
(
function
(
lambda
(
sym
)
(
and
(
fboundp
sym
)
(
not
(
e
q
(
car-safe
(
symbol-function
sym
))
'
macro
)))))))))
(
not
(
mem
q
(
car-safe
(
symbol-function
sym
))
'
(
macro
keymap
autoload
)
)))))))))
(
defun
elp-restore-list
(
&optional
list
)
"Restore the original definitions for all functions in `elp-function-list'.
...
...
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