]> git.eshelyaron.com Git - emacs.git/commit
Fix spurious error in beginning-of-defun in pascal-mode (bug#41740)
authorMattias Engdegård <mattiase@acm.org>
Sun, 21 Jun 2020 19:11:17 +0000 (21:11 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 22 Jun 2020 07:51:17 +0000 (09:51 +0200)
commit62426057310b2332037a26e6f70cd5cc8b2e3a11
tree3379cf1077cd25b4c04f1a02956d3344ce3f8ad8
parent73daab99914b4972a7cd167b03102be4c68e83e5
Fix spurious error in beginning-of-defun in pascal-mode (bug#41740)

* lisp/progmodes/pascal.el (pascal-beg-of-defun):
Ignore errors in forward-sexp.
* test/lisp/progmodes/pascal-tests.el (pascal-beg-of-defun): New test.
lisp/progmodes/pascal.el
test/lisp/progmodes/pascal-tests.el