(function-p-func): Avoid `xemacs-p'.
This commit is contained in:
parent
6d736b085c
commit
38c1b27aa5
1 changed files with 1 additions and 1 deletions
|
@ -1060,7 +1060,7 @@ at the moment are:
|
|||
object)
|
||||
|
||||
(defconst function-p-func
|
||||
(if (eshell-under-xemacs-p)
|
||||
(if (fboundp 'compiled-function-p)
|
||||
'compiled-function-p
|
||||
'byte-code-function-p))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue