diff options
author | Kenichi Handa <handa@m17n.org> | 2006-02-03 11:34:53 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2006-02-03 11:34:53 +0000 |
commit | 6bba8c7028c7ef33a917754ad6259a010831d652 (patch) | |
tree | 2161a677b72cd5326b6add396395aa94c2056668 /lisp/international | |
parent | 24d5d3e2fd17d28de8cc48330cf9b836329e98b0 (diff) | |
download | emacs-6bba8c7028c7ef33a917754ad6259a010831d652.tar.gz |
(set-locale-environment): Add "/usr/share/X11/locale/locale.alias" to
search list for xorg-x11 libX11.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/mule-cmds.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 7756aa58ccd..207f552bad5 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -2435,7 +2435,8 @@ See also `locale-charset-language-names', `locale-language-names', ;; to a system without X. (setq locale-translation-file-name (let ((files - '("/usr/lib/X11/locale/locale.alias" ; e.g. X11R6.4 + '("/usr/share/X11/locale/locale.alias" ; e.g. X11R7 + "/usr/lib/X11/locale/locale.alias" ; e.g. X11R6.4 "/usr/X11R6/lib/X11/locale/locale.alias" ; XFree86, e.g. RedHat 4.2 "/usr/openwin/lib/locale/locale.alias" ; e.g. Solaris 2.6 ;; |