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
b0c654c0
Commit
b0c654c0
authored
Jul 17, 2002
by
Kim F. Storm
Browse files
Load international/utf-8 before international/characters.
parent
46f4bf30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/loadup.el
lisp/loadup.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b0c654c0
2002-07-18 Kim F. Storm <storm@cua.dk>
* loadup.el: Load international/utf-8 before international/characters.
2002-07-17 Dave Love <fx@gnu.org>
* international/ucs-tables.el: Optimize tables. Deal with some
...
...
lisp/loadup.el
View file @
b0c654c0
...
...
@@ -82,8 +82,8 @@
;; multilingual text.
(
load
"international/mule-cmds"
)
(
load
"case-table"
)
(
load
"international/characters"
)
(
load
"international/utf-8"
)
(
load
"international/characters"
)
(
let
((
set-case-syntax-set-multibyte
t
))
(
load
"international/latin-1"
)
...
...
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