]> git.eshelyaron.com Git - emacs.git/commit
Fix regexp branches that subsume other branches
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Apr 2019 16:00:04 +0000 (09:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Apr 2019 16:02:25 +0000 (09:02 -0700)
commit9e4bb0d221bbd97f9318bacba0650d93708f0290
tree0711cf59f86e4782cd8e0081921330097eb252de
parente6a9785f8228130c339aad5ba0a514fee6539cab
Fix regexp branches that subsume other branches

Problems reported by Mattias Engdegård in:
https://lists.gnu.org/r/emacs-devel/2019-04/msg00803.html
* lisp/arc-mode.el (archive-rar-summarize):
* lisp/eshell/em-hist.el (eshell-hist-word-designator):
* lisp/info.el (Info-dir-remove-duplicates):
* lisp/international/ja-dic-cnv.el (skkdic-convert-postfix)
(skkdic-convert-prefix, skkdic-collect-okuri-nasi):
* lisp/progmodes/cc-awk.el (c-awk-esc-pair-re):
* lisp/xml.el (xml-att-type-re):
Omit regexp branches that subsume other branches.
* lisp/progmodes/cperl-mode.el (cperl-beautify-regexp-piece):
$ and ^ aren’t simple-codes.
lisp/arc-mode.el
lisp/eshell/em-hist.el
lisp/info.el
lisp/international/ja-dic-cnv.el
lisp/progmodes/cc-awk.el
lisp/progmodes/cperl-mode.el
lisp/xml.el