comparison lisp/language/georgian.el @ 88807:15a8da83223b

("Georgian"): Delete code-pages feature, add nonascii-translation.
author Dave Love <fx@gnu.org>
date Thu, 27 Jun 2002 21:55:53 +0000
parents 44b4a14ae7fc
children f33adafd7c55
comparison
equal deleted inserted replaced
88806:7618cfcfaeea 88807:15a8da83223b
28 28
29 (set-language-info-alist 29 (set-language-info-alist
30 "Georgian" `((coding-system georgian-ps) 30 "Georgian" `((coding-system georgian-ps)
31 (coding-priority georgian-ps) 31 (coding-priority georgian-ps)
32 (input-method . "georgian") 32 (input-method . "georgian")
33 (features code-pages) 33 (nonascii-translation . georgian-ps)
34 (documentation . "Support for georgian-ps character set.")) 34 (documentation . "Support for georgian-ps character set."))
35 '("European")) ; fixme: is this appropriate for 35 '("European")) ; fixme: is this appropriate for
36 ; a non-Latin script? 36 ; a non-Latin script?
37 37
38 (provide 'georgian) 38 (provide 'georgian)