]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-insert-directory): Check for non-US LANG.
authorKarl Heuer <kwzh@gnu.org>
Thu, 24 Oct 1996 22:42:29 +0000 (22:42 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 24 Oct 1996 22:42:29 +0000 (22:42 +0000)
lisp/dired.el

index a0d0bb9f74d4db48083e743ee6c62ecd80e89a1d..7644887d103baea36644db957dcdd487d76ac34e 100644 (file)
@@ -606,7 +606,7 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh."
                    dired-standard-move-to-filename-regexp)
             ;; It also isn't necessary if we'd use the C locale anyway.
             (not (equal (or (getenv "LC_ALL") (getenv "LC_TIME")
-                            (getenv "LANGUAGE") "C")
+                            (getenv "LANGUAGE") (getenv "LANG") "C")
                         "C")))
        (setq process-environment (cons "LC_ALL=C" process-environment)))
     (if (consp dir-or-list)