diff options
| author | Stefan Monnier | 2019-06-04 21:48:06 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2019-06-04 21:48:06 -0400 |
| commit | 0b3982b1a3892486fd9e4916b9cfafa12ddd9137 (patch) | |
| tree | cf7955aa11735eca7bdbe26505d6af23e8fb8c47 /src/coding.c | |
| parent | ca7b6a4451ede087a1f6796ec5aab6243fcee108 (diff) | |
| download | emacs-0b3982b1a3892486fd9e4916b9cfafa12ddd9137.tar.gz emacs-0b3982b1a3892486fd9e4916b9cfafa12ddd9137.zip | |
* lisp/emacs-lisp/syntax.el: Use syntax-ppss-table for syntax-propertize.
`syntax-ppss` uses `syntax-ppss-table` while parsing the buffer as well
as when it calls `syntax-propertize`, but `syntax-propertize` can also
be called directly rather than via `syntax-ppss` so it needs to explicitly
use `syntax-ppss-table` as well in order to avoid using sometimes one
table and sometimes another.
(syntax-ppss-table): Move before new use.
(syntax-propertize): Use it.
Diffstat (limited to 'src/coding.c')
0 files changed, 0 insertions, 0 deletions