aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/language/hebrew.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el
index b493c291c24..cda5765c7f6 100644
--- a/lisp/language/hebrew.el
+++ b/lisp/language/hebrew.el
@@ -238,8 +238,9 @@ Bidirectional editing is supported.")))
238 (setq idx (1+ idx))))))) 238 (setq idx (1+ idx)))))))
239 gstring)) 239 gstring))
240 240
241(let* ((base "[\u05D0-\u05F2]") 241(let* ((base "[\u05D0-\u05F2\uFB1D\uFB1F-\uFB28\uFB2A-\uFB4F]")
242 (combining "[\u0591-\u05BD\u05BF\u05C1-\u05C2\u05C4-\u05C5\u05C7]+") 242 (combining
243 "[\u0591-\u05BD\u05BF\u05C1-\u05C2\u05C4-\u05C5\u05C7\uFB1E]+")
243 (pattern1 (concat base combining)) 244 (pattern1 (concat base combining))
244 (pattern2 (concat base "\u200D" combining))) 245 (pattern2 (concat base "\u200D" combining)))
245 (set-char-table-range 246 (set-char-table-range