(edebug-functionp): Recognize compiled functions.
This commit is contained in:
@@ -327,6 +327,7 @@ Assumes Emacs Lisp syntax is active."
|
||||
(while (and (symbolp object) (fboundp object))
|
||||
(setq object (symbol-function object)))
|
||||
(if (or (subrp object)
|
||||
(byte-code-function-p object)
|
||||
(and (listp object)
|
||||
(eq (car object) 'lambda)
|
||||
(listp (car (cdr object)))))
|
||||
|
||||
Reference in New Issue
Block a user