diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2024-08-01 10:29:10 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2024-08-01 10:42:24 +0200 |
commit | 4437d730a5fff6dca61f99a146c99aefd0f67577 (patch) | |
tree | bd027cfa1c5b673c4392e1a4d07e9ab5206d0e1e /lisp/emacs-lisp | |
parent | 27381d71c65bd0ba93ed61f57011dbc66bd5bfab (diff) | |
download | emacs-4437d730a5fff6dca61f99a146c99aefd0f67577.tar.gz emacs-4437d730a5fff6dca61f99a146c99aefd0f67577.tar.bz2 emacs-4437d730a5fff6dca61f99a146c99aefd0f67577.zip |
Remove misspelled rx category `chinse-two-byte`
* lisp/emacs-lisp/rx.el (rx--categories): Remove misspelled variant
present in Emacs 21-1-24.3, correct name since 24.4.
* etc/NEWS: Announce.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/rx.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index 7113d5a6241..2a2315f08b5 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el @@ -52,7 +52,6 @@ ;; (repeat N FORM) (= N FORM) ;; (syntax CHARACTER) (syntax NAME) ;; (syntax CHAR-SYM) [1] (syntax NAME) -;; (category chinse-two-byte) (category chinese-two-byte) ;; unibyte ascii ;; multibyte nonascii ;; -------------------------------------------------------- @@ -1011,7 +1010,6 @@ Return (REGEXP . PRECEDENCE)." (not-at-beginning-of-line . ?>) (alpha-numeric-two-byte . ?A) (chinese-two-byte . ?C) - (chinse-two-byte . ?C) ; A typo in Emacs 21.1-24.3. (greek-two-byte . ?G) (japanese-hiragana-two-byte . ?H) (indian-two-byte . ?I) |