summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-06-24 18:24:44 +0000
committerDave Love <fx@gnu.org>2002-06-24 18:24:44 +0000
commitac80de11035dec7fde35078ce4c156ba4618c20d (patch)
treef01c76074ed69ffc4166271382e88665305fdd72 /lisp
parent4e4a5bca3930c59c29c2385e2411ad68741b6a20 (diff)
downloademacs-ac80de11035dec7fde35078ce4c156ba4618c20d.tar.gz
emacs-ac80de11035dec7fde35078ce4c156ba4618c20d.tar.bz2
emacs-ac80de11035dec7fde35078ce4c156ba4618c20d.zip
(file-coding-system-alist): Change
.elc to utf-8-Emacs.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule-conf.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index 4d3671474ff..8901c0ba393 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -987,7 +987,7 @@
(unify-charset 'vietnamese-viscii-lower)
(unify-charset 'vietnamese-viscii-upper)
;; Fixme: unifying sucks in the charset tables, which may be large.
-;; (Can we avoid that and do it anyhow?)
+;; (Can we avoid that and do it anyhow (with lazy loading)?)
(unify-charset 'chinese-sisheng)
(unify-charset 'indian-is13194)
;; (unify-charset 'ipa)
@@ -998,6 +998,7 @@
;; (unify-charset 'japanese-jisx0212)
;; (unify-charset 'japanese-jisx0213-1)
;; (unify-charset 'japanese-jisx0213-2)
+;; (unify-charset 'korean-ksc5601)
;; These are tables for translating characters on decoding and
@@ -1249,7 +1250,7 @@ for decoding and encoding files, process I/O, etc."
;; Tar files are not decoded at all, but we treat them as raw bytes.
(setq file-coding-system-alist
- '(("\\.elc\\'" . (emacs-mule . emacs-mule))
+ '(("\\.elc\\'" . utf-8-emacs)
("\\.utf\\(-8\\)?\\'" . utf-8)
;; This is the defined default for XML documents. It may be
;; overridden by a charset specification in the header. That