diff options
| author | Paul Eggert | 2019-03-10 23:08:37 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-03-10 23:11:21 -0700 |
| commit | e81c44fdb4110a1e5af97669c1a7ef8277528b6c (patch) | |
| tree | 42520d445baebffae83eae85391f9e3ebd56d6cb /lisp/textmodes | |
| parent | e2f35443796d423ea5f96a99da425a927327deb2 (diff) | |
| download | emacs-e81c44fdb4110a1e5af97669c1a7ef8277528b6c.tar.gz emacs-e81c44fdb4110a1e5af97669c1a7ef8277528b6c.zip | |
More regexp corrections and tweaks
Problems reported by Mattias EngdegÄrd in:
https://lists.gnu.org/r/emacs-devel/2019-03/msg00247.html
* lisp/align.el (align-rules-list):
* lisp/comint.el (comint-output-filter):
* lisp/language/china-util.el (encode-hz-region):
* lisp/progmodes/cperl-mode.el (cperl-indent-exp):
* lisp/progmodes/idlwave.el (idlwave-is-pointer-dereference):
* lisp/progmodes/scheme.el (dsssl-font-lock-keywords):
* lisp/textmodes/texinfmt.el (texinfo-accent-commands):
* test/src/regex-emacs-tests.el (regex-tests-re-even-escapes):
Fix some regular-expression typos.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/texinfmt.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 61c31a511c1..4bfecb48b65 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el | |||
| @@ -552,13 +552,7 @@ if large. You can use `Info-split' to do this manually." | |||
| 552 | 552 | ||
| 553 | (defvar texinfo-accent-commands | 553 | (defvar texinfo-accent-commands |
| 554 | (concat | 554 | (concat |
| 555 | "@^\\|" | 555 | "@[\"',=^`~]\\|" |
| 556 | "@`\\|" | ||
| 557 | "@'\\|" | ||
| 558 | "@\"\\|" | ||
| 559 | "@,\\|" | ||
| 560 | "@=\\|" | ||
| 561 | "@~\\|" | ||
| 562 | "@OE{\\|" | 556 | "@OE{\\|" |
| 563 | "@oe{\\|" | 557 | "@oe{\\|" |
| 564 | "@AA{\\|" | 558 | "@AA{\\|" |