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

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

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

revision 1.141.2.23 by handa, Tue Oct 15 01:19:59 2002 UTC revision 1.141.2.24 by fx, Tue Feb 4 19:26:38 2003 UTC
# Line 329  DIMENSION defaults to the first dimensio Line 329  DIMENSION defaults to the first dimensio
329             (aref code-space (- (* 2 dimension) 2))))))             (aref code-space (- (* 2 dimension) 2))))))
330    
331  (defun charset-iso-final-char (charset)  (defun charset-iso-final-char (charset)
332    "Return ISO-2022 final character of CHARSET."    "Return ISO-2022 final character of CHARSET.
333    Return -1 if charset isn't an ISO 2022 one."
334    (or (plist-get (charset-plist charset) :iso-final-char)    (or (plist-get (charset-plist charset) :iso-final-char)
335        -1))        -1))
336    
# Line 476  selected.  If `:coding-type' is `iso-202 Line 477  selected.  If `:coding-type' is `iso-202
477  which indicates that the coding system supports all ISO-2022 based  which indicates that the coding system supports all ISO-2022 based
478  charsets.  If `:coding-type' is `emacs-mule', VALUE may be  charsets.  If `:coding-type' is `emacs-mule', VALUE may be
479  `emacs-mule', which indicates that the coding system supports all  `emacs-mule', which indicates that the coding system supports all
480  charsets that have `:emacs-mule-id' property.  charsets that have the `:emacs-mule-id' property.
481    
482  `:ascii-compatible-p'  `:ascii-compatible-p'
483    

Legend:
Removed from v.1.141.2.23  
changed lines
  Added in v.1.141.2.24

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