changeset 68590:227c1c287c2f

(set-locale-environment): Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11 libX11.
author Kenichi Handa <handa@m17n.org>
date Fri, 03 Feb 2006 11:33:58 +0000
parents 154856fa56cb
children 2bbc3753aa7e
files lisp/international/mule-cmds.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Fri Feb 03 11:23:35 2006 +0000
+++ b/lisp/international/mule-cmds.el	Fri Feb 03 11:33:58 2006 +0000
@@ -2435,7 +2435,8 @@
   ;; 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
 		 ;;