Mercurial > emacs
changeset 89153:8e27ca682098
("Greek"): Remove unibyte-syntax property.
(cp737): New coding system.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 05 Oct 2002 19:10:39 +0000 |
parents | a2fead5d3c2e |
children | a7bf29fe1e61 |
files | lisp/language/greek.el |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/greek.el Sat Oct 05 19:06:45 2002 +0000 +++ b/lisp/language/greek.el Sat Oct 05 19:10:39 2002 +0000 @@ -46,6 +46,13 @@ :mime-charset 'windows-1253) (define-coding-system-alias 'cp1253 'windows-1253) +(define-coding-system 'cp737 + "Codepage 737 (PC Greek)" + :coding-type 'charset + :mnemonic ?D + :charset-list '(cp737) + :mime-charset 'cp737) + (define-coding-system 'cp851 "DOS codepage 851 (Greek)" :coding-type 'charset @@ -68,7 +75,6 @@ (coding-priority greek-iso-8bit) (nonascii-translation . iso-8859-7) (input-method . "greek") - (unibyte-display . greek-iso-8bit) (documentation . t))) (provide 'greek)