/[emacs]/emacs/lisp/eshell/esh-cmd.el
ViewVC logotype

Diff of /emacs/lisp/eshell/esh-cmd.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by pj, Sat Feb 16 09:42:11 2002 UTC revision 1.17.4.1 by miles, Fri Apr 4 06:20:20 2003 UTC
# Line 709  For an external command, it means an exi Line 709  For an external command, it means an exi
709                                         reversed last-terms-sym)                                         reversed last-terms-sym)
710    "Separate TERMS using SEPARATOR.    "Separate TERMS using SEPARATOR.
711  If REVERSED is non-nil, the list of separated term groups will be  If REVERSED is non-nil, the list of separated term groups will be
712  returned in reverse order.  If LAST-TERMS-SYM is a symbol, it's value  returned in reverse order.  If LAST-TERMS-SYM is a symbol, its value
713  will be set to a list of all the separator operators found (or '(list  will be set to a list of all the separator operators found (or '(list
714  nil)' if none)."  nil)' if none)."
715    (let ((sub-terms (list t))    (let ((sub-terms (list t))
# Line 1060  at the moment are: Line 1060  at the moment are:
1060    object)    object)
1061    
1062  (defconst function-p-func  (defconst function-p-func
1063    (if (eshell-under-xemacs-p)    (if (fboundp 'compiled-function-p)
1064        'compiled-function-p        'compiled-function-p
1065      'byte-code-function-p))      'byte-code-function-p))
1066    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.17.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26