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
30194d4d
Commit
30194d4d
authored
Sep 12, 2009
by
Chong Yidong
Browse files
* emacs-lisp/elp.el (elp-not-profilable): Add more functions (Bug#4233).
parent
2fd0161b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/elp.el
lisp/emacs-lisp/elp.el
+4
-1
No files found.
lisp/ChangeLog
View file @
30194d4d
2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
* emacs-lisp/elp.el (elp-not-profilable): Add more
functions (Bug#4233).
2009-09-12 Chong Yidong <cyd@stupidchicken.com>
* emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
...
...
lisp/emacs-lisp/elp.el
View file @
30194d4d
...
...
@@ -210,7 +210,10 @@ This variable is set by the master function.")
;; (delq nil (mapcar (lambda (x) (and (symbolp x) (fboundp x) x))
;; (aref (symbol-function 'elp-wrapper) 2)))
;; to help me find this list.
error
call-interactively
apply
current-time
)
error
call-interactively
apply
current-time
;; Andreas Politz reports problems profiling these (Bug#4233):
+
byte-code-function-p
functionp
byte-code
subrp
indirect-function
fboundp
)
"List of functions that cannot be profiled.
Those functions are used internally by the profiling code and profiling
them would thus lead to infinite recursion."
)
...
...
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