aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/language/hebrew.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el
index 3e8ad4d8389..bd32ba59b05 100644
--- a/lisp/language/hebrew.el
+++ b/lisp/language/hebrew.el
@@ -38,6 +38,13 @@
38 38
39(define-coding-system-alias 'iso-8859-8 'hebrew-iso-8bit) 39(define-coding-system-alias 'iso-8859-8 'hebrew-iso-8bit)
40 40
41;; These are for Explicit and Implicit directionality information, as
42;; defined in RFC 1556. We don't yet support directional information
43;; in bidi languages, so these aliases are a lie, especially as far as
44;; iso-8859-8-e is concerned. FIXME.
45(define-coding-system-alias 'iso-8859-8-e 'hebrew-iso-8bit)
46(define-coding-system-alias 'iso-8859-8-i 'hebrew-iso-8bit)
47
41(set-language-info-alist 48(set-language-info-alist
42 "Hebrew" '((charset . (hebrew-iso8859-8)) 49 "Hebrew" '((charset . (hebrew-iso8859-8))
43 (coding-priority hebrew-iso-8bit) 50 (coding-priority hebrew-iso-8bit)