[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/dired-aux.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/dired-aux.el |
Date: |
Fri, 31 Jan 2003 10:14:24 -0500 |
Index: emacs/lisp/dired-aux.el
diff -c emacs/lisp/dired-aux.el:1.108 emacs/lisp/dired-aux.el:1.109
*** emacs/lisp/dired-aux.el:1.108 Tue Jan 14 18:11:42 2003
--- emacs/lisp/dired-aux.el Fri Jan 31 10:14:24 2003
***************
*** 1258,1264 ****
;; will return t because the filesystem is
;; case-insensitive, and Emacs will try to move
;; foo -> foo/foo, which fails.
! (if (and (memq system-type '(ms-dos windows-nt))
(eq op-symbol 'move)
dired-one-file
(string= (downcase
--- 1258,1264 ----
;; will return t because the filesystem is
;; case-insensitive, and Emacs will try to move
;; foo -> foo/foo, which fails.
! (if (and (memq system-type '(ms-dos windows-nt
cygwin))
(eq op-symbol 'move)
dired-one-file
(string= (downcase