[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/eshell/em-dirs.el
From: |
John Wiegley |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/eshell/em-dirs.el |
Date: |
Mon, 05 Aug 2002 16:09:20 -0400 |
Index: emacs/lisp/eshell/em-dirs.el
diff -c emacs/lisp/eshell/em-dirs.el:1.10 emacs/lisp/eshell/em-dirs.el:1.11
*** emacs/lisp/eshell/em-dirs.el:1.10 Fri Jun 28 16:01:09 2002
--- emacs/lisp/eshell/em-dirs.el Mon Aug 5 16:09:16 2002
***************
*** 353,359 ****
(setq args (eshell-flatten-list args))
(let ((path (car args))
(subpath (car (cdr args)))
! (case-fold-search (eshell-under-windows-p))
handled)
(if (numberp path)
(setq path (number-to-string path)))
--- 353,360 ----
(setq args (eshell-flatten-list args))
(let ((path (car args))
(subpath (car (cdr args)))
! (case-fold-search (or (eshell-under-windows-p)
! (eshell-under-cygwin-p)))
handled)
(if (numberp path)
(setq path (number-to-string path)))
- [Emacs-diffs] Changes to emacs/lisp/eshell/em-dirs.el,
John Wiegley <=