/[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.57.12.2 by eliz, Fri Feb 22 11:01:26 2002 UTC revision 1.57.12.3 by eliz, Tue Feb 26 15:39:07 2002 UTC
# Line 408  is treated as a character." Line 408  is treated as a character."
408    
409  ;; Same as compound-text, but doesn't produce composition escape  ;; Same as compound-text, but doesn't produce composition escape
410  ;; sequences.  Used in post-read and pre-write conversions of  ;; sequences.  Used in post-read and pre-write conversions of
411  ;; ctext-with-extensions, below.  ;; ctext-with-extensions, below.  Note that this should not have a
412    ;; mime-charset property, to prevent it from showing up close to the
413    ;; beginning of coding systems ordered by priority.
414  (make-coding-system  (make-coding-system
415   'ctext-no-compositions 2 ?x   'ctext-no-compositions 2 ?x
416   "Compound text based generic encoding for decoding unknown messages.   "Compound text based generic encoding for decoding unknown messages.
# Line 417  Like `compound-text', but does not produ Line 419  Like `compound-text', but does not produ
419   '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) t t   '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) t t
420     nil ascii-eol ascii-cntl nil locking-shift single-shift nil nil nil     nil ascii-eol ascii-cntl nil locking-shift single-shift nil nil nil
421     init-bol nil nil)     init-bol nil nil)
422   '((safe-charsets . t)   '((safe-charsets . t)))
    (mime-charset . x-ctext)))  
423    
424  (defvar non-standard-icccm-encodings-alist  (defvar non-standard-icccm-encodings-alist
425    '(("ISO8859-15" . latin-iso8859-15)    '(("ISO8859-15" . latin-iso8859-15)

Legend:
Removed from v.1.57.12.2  
changed lines
  Added in v.1.57.12.3

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