]> git.eshelyaron.com Git - emacs.git/commit
tibetan.el: compute constants at compile time, optimise regexps
authorMattias Engdegård <mattiase@acm.org>
Wed, 16 Aug 2023 15:49:22 +0000 (17:49 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 16 Aug 2023 19:54:50 +0000 (21:54 +0200)
commit898edb181698b29b1de48ab7d0793a2438188cd7
tree5f5c9c2f457955b4d300337525e0d5d9b08d2495
parent508d24c8b9aee2c2a4c78ccfef3b5f551a1b2115
tibetan.el: compute constants at compile time, optimise regexps

* lisp/language/tibetan.el (tibetan-subjoined-transcription-alist)
(tibetan-regexp, tibetan-precomposed-regexp)
(tibetan-precomposition-rule-regexp):
Evaluate at compile time.  Use regexp-opt.
lisp/language/tibetan.el