diff options
| author | Stefan Monnier | 2016-01-16 15:06:04 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2016-01-16 15:06:04 -0500 |
| commit | 8dafacd0419ea890af461c9d42d4642155681eec (patch) | |
| tree | 8acc61f598a8f1dc1f235e4040e6b56aef914fb2 /etc | |
| parent | 56e1097584c13f2b6db85592769db1c6c36e9419 (diff) | |
| download | emacs-8dafacd0419ea890af461c9d42d4642155681eec.tar.gz emacs-8dafacd0419ea890af461c9d42d4642155681eec.zip | |
* lisp/emacs-lisp/syntax.el (syntax-ppss-table): New var
(syntax-ppss):
* lisp/font-lock.el (font-lock-fontify-syntactically-region): Use it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -73,6 +73,8 @@ different group ID. | |||
| 73 | 73 | ||
| 74 | * Lisp Changes in Emacs 25.2 | 74 | * Lisp Changes in Emacs 25.2 |
| 75 | 75 | ||
| 76 | ** New var syntax-ppss-table to control the syntax-table used in syntax-ppss | ||
| 77 | |||
| 76 | ** Autoload files can be generated without timestamps, | 78 | ** Autoload files can be generated without timestamps, |
| 77 | by setting `autoload-timestamps' to nil. | 79 | by setting `autoload-timestamps' to nil. |
| 78 | 80 | ||