]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* net/tramp-sh.el (tramp-sh-handle-insert-directory): Add
[gnu-emacs] / lisp / ChangeLog
index 72a7d11eaa27223476c649285bd73390a3cb8952..c5a902d644286aa7e7328b8d8c997621d4e4758d 100644 (file)
@@ -1,3 +1,10 @@
+2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-sh-handle-insert-directory): Add
+       "2>/dev/null" to the ls command, in case "en_US.utf8" is not
+       defined.  POSIX environments fall back to the "C" locale then and
+       emit a warning, which shall be suppressed.
+
 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.