]> git.eshelyaron.com Git - emacs.git/commit
More regexp corrections and tweaks
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Mar 2019 06:08:37 +0000 (23:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Mar 2019 06:11:21 +0000 (23:11 -0700)
commite81c44fdb4110a1e5af97669c1a7ef8277528b6c
tree42520d445baebffae83eae85391f9e3ebd56d6cb
parente2f35443796d423ea5f96a99da425a927327deb2
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.
lisp/align.el
lisp/comint.el
lisp/language/china-util.el
lisp/progmodes/cperl-mode.el
lisp/progmodes/idlwave.el
lisp/progmodes/scheme.el
lisp/textmodes/texinfmt.el
test/src/regex-emacs-tests.el