/[emacs]/emacs/lisp/language/thai.el
ViewVC logotype

Diff of /emacs/lisp/language/thai.el

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

revision 1.22.2.1 by handa, Fri Mar 1 02:28:29 2002 UTC revision 1.22.2.2 by fx, Thu May 23 18:23:57 2002 UTC
# Line 59  Line 59 
59                        '(("\\c0\\c4\\|\\c0\\(\\c2\\|\\c3\\)\\c4?"                        '(("\\c0\\c4\\|\\c0\\(\\c2\\|\\c3\\)\\c4?"
60                           . thai-composition-function)))                           . thai-composition-function)))
61    
62    (define-coding-system 'cp874
63      "DOS codepage 874 (Thai)"
64      :coding-type 'charset
65      :mnemonic ?D
66      :charset-list '(cp874)
67      :mime-charset 'cp874)
68    (define-coding-system-alias 'ibm874 'cp874)
69    
70  (provide 'thai)  (provide 'thai)
71    
72  ;;; thai.el ends here  ;;; thai.el ends here

Legend:
Removed from v.1.22.2.1  
changed lines
  Added in v.1.22.2.2

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