/[emacs]/emacs/lisp/international/mule-conf.el
ViewVC logotype

Diff of /emacs/lisp/international/mule-conf.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.58 by rms, Sun Nov 25 02:36:28 2001 UTC revision 1.59 by fx, Sat Dec 15 16:31:14 2001 UTC
# Line 88  Line 88 
88    [1 96 1 0 ?b 1 "RHP of Latin-9" "RHP of Latin-9 (ISO 8859-15): ISO-IR-203"    [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"])       "Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203"])
90  (define-charset 143 'latin-iso8859-14  (define-charset 143 'latin-iso8859-14
91    [1 96 1 0 ?_ 1 "RHP of Latin-8" "RHP of Latin-8 (ISO 8859-14)"    [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)"])       "Right-Hand Part of Latin Alphabet 8 (ISO/IEC 8859-14): ISO-IR-199"])
93    
94  ;; 2-byte charsets.  Valid range of CHARSET-ID is 144..153.  ;; 2-byte charsets.  Valid range of CHARSET-ID is 144..153.
95    
# Line 279  Line 279 
279    
280  (setq standard-translation-table-for-encode nil)  (setq standard-translation-table-for-encode nil)
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.)")
285    
286  ;;; Make fundamental coding systems.  ;;; Make fundamental coding systems.
287    
# Line 429  is treated as a character." Line 432  is treated as a character."
432    
433  (setq file-coding-system-alist  (setq file-coding-system-alist
434        '(("\\.elc\\'" . (emacs-mule . emacs-mule))        '(("\\.elc\\'" . (emacs-mule . emacs-mule))
435            ("\\.utf\\(-8\\)?\\'" . utf-8)
436          ;; We use raw-text for reading loaddefs.el so that if it          ;; We use raw-text for reading loaddefs.el so that if it
437          ;; happens to have DOS or Mac EOLs, they are converted to          ;; happens to have DOS or Mac EOLs, they are converted to
438          ;; newlines.  This is required to make the special treatment          ;; newlines.  This is required to make the special treatment

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26