]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/smie.el (smie-next-sexp): Fix bug#38255
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 21 Nov 2019 23:24:37 +0000 (18:24 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 21 Nov 2019 23:25:00 +0000 (18:25 -0500)
commitc5de861af1da697b4481133e4f5f966e6a3fc859
tree3129e7b7850b40dedc468af58b9d6ea49dabf540
parent04208780262faaee772c96567069ceb9184c864f
* lisp/emacs-lisp/smie.el (smie-next-sexp): Fix bug#38255

Handle the case where the token is not in `smie-grammar`, either because
the caller is making an error, or because it's a paren-like token that's
not handled in the grammar but directly via the syntax tables.
lisp/emacs-lisp/smie.el