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
e349099a
Commit
e349099a
authored
Feb 06, 2001
by
Eli Zaretskii
Browse files
Load ccl before utf-8; don't load ccl in the ms-dos
specific case.
parent
1e36ff68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/loadup.el
lisp/loadup.el
+1
-1
No files found.
lisp/loadup.el
View file @
e349099a
...
...
@@ -76,6 +76,7 @@
(
load
"international/mule-cmds"
)
(
load
"case-table"
)
(
load
"international/characters"
)
(
load
"international/ccl"
)
(
load
"international/utf-8"
)
(
let
((
set-case-syntax-set-multibyte
t
))
...
...
@@ -158,7 +159,6 @@
(
load
"dos-w32"
)
(
load
"dos-fns"
)
(
load
"dos-vars"
)
(
load
"international/ccl"
)
; for cpNNN coding systems in codepage.el
(
load
"international/codepage"
)
; internal.el uses cpNNN coding systems
(
load
"disp-table"
)))
; needed to setup ibm-pc char set, see internal.el
(
if
(
eq
system-type
'macos
)
...
...
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