summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2018-06-02 16:22:17 -0400
committerNoam Postavsky <npostavs@gmail.com>2018-06-16 18:34:19 -0400
commit05345babc988060cca540770599282102c34f2a7 (patch)
treee9bef969663372264d34621e03106db997118916 /lisp/emacs-lisp
parent92b609c572c127b6c6616413549809ff20ee30c1 (diff)
downloademacs-05345babc988060cca540770599282102c34f2a7.tar.gz
emacs-05345babc988060cca540770599282102c34f2a7.tar.bz2
emacs-05345babc988060cca540770599282102c34f2a7.zip
Fix off by one error in python-mode assertion (Bug#30964)
* lisp/progmodes/python.el (python-nav-end-of-statement): Don't assert that string-start is strictly greater than last-string-end, because the string end is a position outside of the string and may therefore be the same as the following string's start. * test/lisp/progmodes/python-tests.el (python-nav-end-of-statement-2): New test.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions