emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-cmd.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-cmd.el
Date: Fri, 04 Apr 2003 01:22:06 -0500

Index: emacs/lisp/eshell/esh-cmd.el
diff -c emacs/lisp/eshell/esh-cmd.el:1.18 emacs/lisp/eshell/esh-cmd.el:1.19
*** emacs/lisp/eshell/esh-cmd.el:1.18   Thu Nov  7 18:01:30 2002
--- emacs/lisp/eshell/esh-cmd.el        Mon Jan 27 03:46:26 2003
***************
*** 709,715 ****
                                       reversed last-terms-sym)
    "Separate TERMS using SEPARATOR.
  If REVERSED is non-nil, the list of separated term groups will be
! returned in reverse order.  If LAST-TERMS-SYM is a symbol, it's value
  will be set to a list of all the separator operators found (or '(list
  nil)' if none)."
    (let ((sub-terms (list t))
--- 709,715 ----
                                       reversed last-terms-sym)
    "Separate TERMS using SEPARATOR.
  If REVERSED is non-nil, the list of separated term groups will be
! returned in reverse order.  If LAST-TERMS-SYM is a symbol, its value
  will be set to a list of all the separator operators found (or '(list
  nil)' if none)."
    (let ((sub-terms (list t))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]