[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-cmd.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-cmd.el |
Date: |
Sun, 26 Jan 2003 16:41:30 -0500 |
Index: emacs/lisp/eshell/esh-cmd.el
diff -c emacs/lisp/eshell/esh-cmd.el:1.17 emacs/lisp/eshell/esh-cmd.el:1.18
*** emacs/lisp/eshell/esh-cmd.el:1.17 Sat Feb 16 04:42:11 2002
--- emacs/lisp/eshell/esh-cmd.el Thu Nov 7 18:01:30 2002
***************
*** 1060,1066 ****
object)
(defconst function-p-func
! (if (eshell-under-xemacs-p)
'compiled-function-p
'byte-code-function-p))
--- 1060,1066 ----
object)
(defconst function-p-func
! (if (fboundp 'compiled-function-p)
'compiled-function-p
'byte-code-function-p))
- [Emacs-diffs] Changes to emacs/lisp/eshell/esh-cmd.el,
Juanma Barranquero <=