mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
("Greek"): Remove unibyte-syntax property.
(cp737): New coding system.
This commit is contained in:
parent
98a51523d3
commit
69cf07bd77
1 changed files with 7 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue