Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6bba8c70
Commit
6bba8c70
authored
Feb 03, 2006
by
Kenichi Handa
Browse files
(set-locale-environment): Add "/usr/share/X11/locale/locale.alias" to
search list for xorg-x11 libX11.
parent
24d5d3e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+2
-1
No files found.
lisp/ChangeLog
View file @
6bba8c70
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
...
...
lisp/international/mule-cmds.el
View file @
6bba8c70
...
...
@@ -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
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment