emacs-diffs
[Top][All Lists]
Advanced

[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,




reply via email to

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