aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule-conf.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index 6caae415cdd..300afb21ef7 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -88,8 +88,8 @@
88 [1 96 1 0 ?b 1 "RHP of Latin-9" "RHP of Latin-9 (ISO 8859-15): ISO-IR-203" 88 [1 96 1 0 ?b 1 "RHP of Latin-9" "RHP of Latin-9 (ISO 8859-15): ISO-IR-203"
89 "Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203"]) 89 "Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203"])
90(define-charset 143 'latin-iso8859-14 90(define-charset 143 'latin-iso8859-14
91 [1 96 1 0 ?_ 1 "RHP of Latin-8" "RHP of Latin-8 (ISO 8859-14)" 91 [1 96 1 0 ?_ 1 "RHP of Latin-8" "RHP of Latin-8 (ISO 8859-14): ISO-IR-199"
92 "Right-Hand Part of Latin Alphabet 8 (ISO/IEC 8859-14)"]) 92 "Right-Hand Part of Latin Alphabet 8 (ISO/IEC 8859-14): ISO-IR-199"])
93 93
94;; 2-byte charsets. Valid range of CHARSET-ID is 144..153. 94;; 2-byte charsets. Valid range of CHARSET-ID is 144..153.
95 95
@@ -279,6 +279,9 @@
279 279
280(setq standard-translation-table-for-encode nil) 280(setq standard-translation-table-for-encode nil)
281 281
282(defvar translation-table-for-input nil
283 "If non-nil, a char table used to translate characters from input methods.
284\(Currently only used by Quail.)")
282 285
283;;; Make fundamental coding systems. 286;;; Make fundamental coding systems.
284 287
@@ -429,6 +432,7 @@ is treated as a character."
429 432
430(setq file-coding-system-alist 433(setq file-coding-system-alist
431 '(("\\.elc\\'" . (emacs-mule . emacs-mule)) 434 '(("\\.elc\\'" . (emacs-mule . emacs-mule))
435 ("\\.utf\\(-8\\)?\\'" . utf-8)
432 ;; We use raw-text for reading loaddefs.el so that if it 436 ;; We use raw-text for reading loaddefs.el so that if it
433 ;; happens to have DOS or Mac EOLs, they are converted to 437 ;; happens to have DOS or Mac EOLs, they are converted to
434 ;; newlines. This is required to make the special treatment 438 ;; newlines. This is required to make the special treatment