emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el
Date: Wed, 03 Dec 2003 03:25:06 -0500

Index: emacs/lisp/international/mule-conf.el
diff -c emacs/lisp/international/mule-conf.el:1.76 
emacs/lisp/international/mule-conf.el:1.77
*** emacs/lisp/international/mule-conf.el:1.76  Mon Sep  1 11:45:28 2003
--- emacs/lisp/international/mule-conf.el       Wed Dec  3 03:25:05 2003
***************
*** 442,453 ****
   '((safe-charsets . t)))
  
  (make-coding-system
!  'compound-text-with-extensions 5 ?x
   "Compound text encoding with extended segments.
  
  This coding system should be used only for X selections.  It is inappropriate
  for decoding and encoding files, process I/O, etc."
!  nil
   '((post-read-conversion . ctext-post-read-conversion)
     (pre-write-conversion . ctext-pre-write-conversion)))
  
--- 442,457 ----
   '((safe-charsets . t)))
  
  (make-coding-system
!  'compound-text-with-extensions 2 ?x
   "Compound text encoding with extended segments.
  
+ See the variable `ctext-non-standard-encodings-alist' for the
+ detail about how extended segments are handled.
+ 
  This coding system should be used only for X selections.  It is inappropriate
  for decoding and encoding files, process I/O, etc."
!  '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) t t
!    nil ascii-eol ascii-cntl)
   '((post-read-conversion . ctext-post-read-conversion)
     (pre-write-conversion . ctext-pre-write-conversion)))
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]