diff options
-rw-r--r-- | lisp/language/hebrew.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el index 573541aec16..08b70abfc29 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el @@ -240,7 +240,7 @@ Bidirectional editing is supported."))) (let* ((base "[\u05D0-\u05F2\uFB1D\uFB1F-\uFB28\uFB2A-\uFB4F]") (combining - "[\u0591-\u05BD\u05BF\u05C1-\u05C2\u05C4-\u05C5\u05C7\uFB1E]+") + "[\u034F\u0591-\u05BD\u05BF\u05C1-\u05C2\u05C4-\u05C5\u05C7\uFB1E]+") (pattern1 (concat base combining)) (pattern2 (concat base "\u200D" combining))) (set-char-table-range |