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
6f676109
Commit
6f676109
authored
Feb 07, 2001
by
Eli Zaretskii
Browse files
Revert last change.
parent
1399fef0
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 @
6f676109
2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
* loadup.el: Revert last change.
2001-02-07 Kenichi Handa <handa@etl.go.jp>
* international/mule.el (transform-make-coding-system-args): Make
...
...
lisp/loadup.el
View file @
6f676109
...
...
@@ -76,7 +76,6 @@
(
load
"international/mule-cmds"
)
(
load
"case-table"
)
(
load
"international/characters"
)
(
load
"international/ccl"
)
(
load
"international/utf-8"
)
(
let
((
set-case-syntax-set-multibyte
t
))
...
...
@@ -159,6 +158,7 @@
(
load
"dos-w32"
)
(
load
"dos-fns"
)
(
load
"dos-vars"
)
(
load
"international/ccl"
)
; codepage.el uses CCL en/decoder
(
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