We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0529294 commit 29fa900Copy full SHA for 29fa900
ports/editors/emacs/dragonfly/patch-lisp_dired.el
@@ -0,0 +1,11 @@
1
+--- lisp/dired.el.orig 2025-06-05 17:26:35.151449000 +0200
2
++++ lisp/dired.el 2025-06-05 17:28:05.603349000 +0200
3
+@@ -1737,6 +1737,8 @@ see `dired-use-ls-dired' for more detail
4
+ ;; month names; but this should not be necessary any
5
+ ;; more, with the new value of
6
+ ;; `directory-listing-before-filename-regexp'.
7
++ ;; Cause it doesn't properly handle the lt_LT date format "2016-10-01"
8
++ (setq process-environment (cons "LC_TIME=C" process-environment))
9
+ ((or file-list dir-wildcard)
10
+ (let ((default-directory
11
+ (or (car dir-wildcard) default-directory)))
0 commit comments