]> git.eshelyaron.com Git - emacs.git/commit
Do not use syntax-ppss-table in syntax-propertize when nil (Bug#36095)
authorDario Gjorgjevski <dario.gjorgjevski+git@gmail.com>
Wed, 5 Jun 2019 09:07:49 +0000 (11:07 +0200)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 5 Jun 2019 11:29:23 +0000 (07:29 -0400)
commitdec148939aad8391875e73784af2bcb0a01100bb
tree94b01027c1fd88995c29648decf11ce77e624d7c
parent0b3982b1a3892486fd9e4916b9cfafa12ddd9137
Do not use syntax-ppss-table in syntax-propertize when nil (Bug#36095)

* lisp/emacs-lisp/syntax.el (syntax-propertize): Use (syntax-table)
instead of syntax-ppss-table when the latter is nil.
lisp/emacs-lisp/syntax.el