1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

* emacs-lisp/elp.el (elp-not-profilable): Add more functions (Bug#4233).

This commit is contained in:
Chong Yidong 2009-09-12 01:40:11 +00:00
parent 2fd0161b9d
commit 30194d4d1b
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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)

View File

@ -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.")