aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-cmd.el2
1 files changed, 1 insertions, 1 deletions
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:
1060 object) 1060 object)
1061 1061
1062(defconst function-p-func 1062(defconst function-p-func
1063 (if (eshell-under-xemacs-p) 1063 (if (fboundp 'compiled-function-p)
1064 'compiled-function-p 1064 'compiled-function-p
1065 'byte-code-function-p)) 1065 'byte-code-function-p))
1066 1066