(set-locale-environment): Add "/usr/share/X11/locale/locale.alias" to
search list for xorg-x11 libX11.
This commit is contained in:
parent
24d5d3e2fd
commit
6bba8c7028
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
|
||||
|
||||
* international/mule-cmds.el (set-locale-environment): Add
|
||||
"/usr/share/X11/locale/locale.alias" to search list for xorg-x11
|
||||
libX11.
|
||||
|
||||
2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
|
||||
|
||||
* arc-mode.el (archive-maybe-copy): Fix the way directories in the
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue