Mercurial > emacs
comparison lisp/ChangeLog @ 110036:af3f1edc363f
* lisp/emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
a list of parents.
(smie-indent-column): Allow indirection through variables.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 30 Aug 2010 17:21:14 +0200 |
parents | 619b4d494232 |
children | 314f04d4d276 |
comparison
equal
deleted
inserted
replaced
110035:619b4d494232 | 110036:af3f1edc363f |
---|---|
1 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take | |
4 a list of parents. | |
5 (smie-indent-column): Allow indirection through variables. | |
2 | 6 |
3 * composite.el (save-buffer-state): Delete, unused. | 7 * composite.el (save-buffer-state): Delete, unused. |
4 * font-lock.el (save-buffer-state): Use with-silent-modifications. | 8 * font-lock.el (save-buffer-state): Use with-silent-modifications. |
5 (font-lock-default-fontify-region): Use with-syntax-table. | 9 (font-lock-default-fontify-region): Use with-syntax-table. |
6 * jit-lock.el (with-buffer-unmodified): Remove. | 10 * jit-lock.el (with-buffer-unmodified): Remove. |