summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/syntax-tests.el
Commit message (Collapse)AuthorAgeFilesLines
* ; Fix typos (prefer US spelling)Stefan Kangas2022-11-181-1/+1
|
* Remove no-byte-compile cookie from some librariesStefan Kangas2022-08-081-4/+0
| | | | | | | | | | | This gives us back byte-compiler warnings for these files. * lisp/mh-e/mh-acros.el: * test/lisp/comint-tests.el: * test/lisp/emacs-lisp/nadvice-tests.el: * test/lisp/emacs-lisp/syntax-tests.el: * test/lisp/xml-tests.el: * test/src/font-tests.el: Remove no-byte-compile cookie. * test/src/font-tests.el (font-parse-explain): Fix warning.
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
|
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright".
* Allow back-references in syntax-propertize-rules.Tassilo Horn2020-05-191-0/+67
* lisp/emacs-lisp/syntax.el (syntax-propertize--shift-groups-and-backrefs): Renamed from syntax-propertize--shift-groups, and also shift back-references. (syntax-propertize-rules): Adapt docstring and use renamed function. * test/lisp/emacs-lisp/syntax-tests.el: New test. (syntax-propertize--shift-groups-and-backrefs): New ERT test.