[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/dired.el
From: |
Kai Großjohann |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/dired.el |
Date: |
Sun, 22 Sep 2002 09:01:10 -0400 |
Index: emacs/lisp/dired.el
diff -c emacs/lisp/dired.el:1.241 emacs/lisp/dired.el:1.242
*** emacs/lisp/dired.el:1.241 Wed Sep 18 21:02:52 2002
--- emacs/lisp/dired.el Sun Sep 22 09:01:10 2002
***************
*** 677,684 ****
(let ((opoint (point))
(process-environment (copy-sequence process-environment))
end)
! (if (and dired-use-ls-dired
! (not (file-remote-p dir)))
(setq switches (concat "--dired " switches)))
;; We used to specify the C locale here, to force English month names;
;; but this should not be necessary any more,
--- 677,683 ----
(let ((opoint (point))
(process-environment (copy-sequence process-environment))
end)
! (if (or dired-use-ls-dired (file-remote-p dir))
(setq switches (concat "--dired " switches)))
;; We used to specify the C locale here, to force English month names;
;; but this should not be necessary any more,
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Richard M. Stallman, 2002/09/01
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Richard M. Stallman, 2002/09/14
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Markus Rost, 2002/09/15
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Stefan Monnier, 2002/09/16
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Kai Großjohann, 2002/09/18
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Richard M. Stallman, 2002/09/18
- [Emacs-diffs] Changes to emacs/lisp/dired.el,
Kai Großjohann <=