We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1698c commit d2bd995Copy full SHA for d2bd995
lisp/mail/footnote.el
@@ -348,7 +348,7 @@ Use Unicode characters for footnoting."
348
(defconst footnote-hebrew-numeric-regex
349
(let ((numchars (string-to-list
350
(apply #'concat (apply #'append footnote-hebrew-numeric)))))
351
- (concat (regexp-opt-charset (cons ?' numchars)) "+")))
+ (rx-to-string `(1+ (in ?' ,@numchars)))))
352
;; (defconst footnote-hebrew-numeric-regex "\\([אבגדהוזחט]'\\)?\\(ת\\)?\\(ת\\)?\\([קרשת]\\)?\\([טיכלמנסעפצ]\\)?\\([אבגדהוזחט]\\)?")
353
354
(defun footnote--hebrew-numeric (n)
0 commit comments