diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/language/hebrew.el | 1 |
1 files changed, 1 insertions, 0 deletions
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.") |