]> git.eshelyaron.com Git - emacs.git/commit
Follow good regexp practice
authorMattias Engdegård <mattiase@acm.org>
Fri, 18 Dec 2020 13:35:09 +0000 (14:35 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 18 Dec 2020 13:35:09 +0000 (14:35 +0100)
commit46394dff7f01e7fe4af06a6c344e151af5c3eef4
tree25d5e5aa0ae9c4ed51161980f158d686fd874993
parent0ad1c0d51cd3e1b02deedee9b05647fcd0734076
Follow good regexp practice

These were found by relint 1.19.

* lisp/help-fns.el (help-fns--first-release): Use string-end instead
of line-end when matching a file name.
* lisp/org/ob-core.el (org-babel--string-to-number): Put hyphen last
in alternative.
* lisp/org/org-agenda.el (org-agenda-filter): Escape '+' correctly.
lisp/help-fns.el
lisp/org/ob-core.el
lisp/org/org-agenda.el