From 38c1b27aa551d06387d89a4ce14b67bc9aba0ac3 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 7 Nov 2002 23:01:30 +0000 Subject: [PATCH] (function-p-func): Avoid `xemacs-p'. --- lisp/eshell/esh-cmd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index 04a01f1234e..624777bf8c4 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el @@ -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)) -- 2.39.2