Mercurial > emacs
changeset 16457:814f54228bf7
(dired-insert-directory): Check for non-US LANG.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 24 Oct 1996 22:42:29 +0000 |
parents | 63b6583c9e5c |
children | 738fe588008a |
files | lisp/dired.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired.el Wed Oct 23 11:21:05 1996 +0000 +++ b/lisp/dired.el Thu Oct 24 22:42:29 1996 +0000 @@ -606,7 +606,7 @@ 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)