From e4dfd4f70a707e24e8553873b105eabfe62fe6d5 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 8 Jul 1998 02:19:14 +0000 Subject: [PATCH] ("Hebrew"): Add coding-priority. --- lisp/language/hebrew.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el index 26c61bbe2ee..14b8ff54286 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el @@ -48,6 +48,7 @@ But, please note that right-to-left writing is not yet supported." "Hebrew" '((setup-function . setup-hebrew-environment) (describe-function . describe-hebrew-support) (charset . (hebrew-iso8859-8)) + (coding-priority hebrew-iso-8bit) (coding-system . (hebrew-iso-8bit)) (sample-text . "Hebrew ,Hylem(B") (documentation . "Right-to-left writing is not yet supported.") -- 2.39.5