]> git.eshelyaron.com Git - emacs.git/commit
2019-12-05 regexp lint fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Dec 2019 03:31:00 +0000 (19:31 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Dec 2019 03:32:12 +0000 (19:32 -0800)
commit4c933077157ba409d645f4649c8a3a8e534d53d5
tree033484f3c691c3f678a79597e28cd12c34a02fed
parent5ee43ba0dfd96e5d39da556260346bd3c8ff99c1
2019-12-05 regexp lint fixes

* lisp/org/org-agenda.el (org-agenda-filter):
Fix unescaped literal ‘+’ in regexp.  Reported by Mattias Engdegård in:
https://lists.gnu.org/r/emacs-devel/2019-12/msg00215.html
* lisp/org/org.el (org-clone-subtree-with-time-shift):
Fix a regexp typo that mishandled strings like ‘\1d’,
reported by the same emaikl.
* lisp/progmodes/verilog-mode.el (verilog-inject-inst):
Omit unnecessary ‘?’ in regexp.  Reported by Mattias Engdegård in:
https://lists.gnu.org/r/emacs-devel/2019-12/msg00217.html
lisp/org/org-agenda.el
lisp/org/org.el
lisp/progmodes/verilog-mode.el