]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-locale-environment): Insert locale-translation-file-name in a
authorKenichi Handa <handa@m17n.org>
Mon, 29 Dec 2003 07:50:35 +0000 (07:50 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 29 Dec 2003 07:50:35 +0000 (07:50 +0000)
unibyte buffer.

lisp/international/mule-cmds.el

index d18f368ba01ce5e9ab66fe069e950c4456057462..3178ec3b2b06e7364eee4471fbd0aad224cbcf9f 100644 (file)
@@ -2250,6 +2250,7 @@ See also `locale-charset-language-names', `locale-language-names',
       ;; using the translation file that many systems have.
       (when locale-translation-file-name
        (with-temp-buffer
+         (set-buffer-multibyte nil)
          (insert-file-contents locale-translation-file-name)
          (when (re-search-forward
                 (concat "^" (regexp-quote locale) ":?[ \t]+") nil t)