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: Wed, 18 Sep 2002 03:50:37 -0400

Index: emacs/lisp/dired.el
diff -c emacs/lisp/dired.el:1.239 emacs/lisp/dired.el:1.240
*** emacs/lisp/dired.el:1.239   Mon Sep 16 13:13:16 2002
--- emacs/lisp/dired.el Wed Sep 18 03:50:37 2002
***************
*** 677,683 ****
    (let ((opoint (point))
        (process-environment (copy-sequence process-environment))
        end)
!     (if dired-use-ls-dired
        (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,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,




reply via email to

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