]> git.eshelyaron.com Git - emacs.git/commit
Fix broken regexps
authorMattias Engdegård <mattiase@acm.org>
Thu, 20 Feb 2020 10:25:25 +0000 (11:25 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 20 Feb 2020 10:25:25 +0000 (11:25 +0100)
commit9f0852474810311fd2b26fa3756ab6d816016389
tree00c152dce0936521b6fadaee9e76bebb115eea38
parent1d10885763287f03a5fb348ba27715e049bb48f8
Fix broken regexps

Incorrect escaping prevented these from working as intended.
Found by relint.

* lisp/progmodes/cc-defs.el (c-search-backward-char-property):
Add missing backslash.
* lisp/progmodes/simula.el (simula-mode):
Remove one backslash too many.
lisp/progmodes/cc-defs.el
lisp/progmodes/simula.el