Mercurial > emacs
comparison lisp/ChangeLog @ 110035:619b4d494232
Use with-silent-modifications.
* lisp/composite.el (save-buffer-state): Delete, unused.
* lisp/font-lock.el (save-buffer-state): Use with-silent-modifications.
(font-lock-default-fontify-region): Use with-syntax-table.
* lisp/jit-lock.el (with-buffer-unmodified): Remove.
(with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 30 Aug 2010 15:57:42 +0200 |
parents | c87f89486bb7 |
children | af3f1edc363f |
comparison
equal
deleted
inserted
replaced
110034:c87f89486bb7 | 110035:619b4d494232 |
---|---|
1 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * composite.el (save-buffer-state): Delete, unused. | |
4 * font-lock.el (save-buffer-state): Use with-silent-modifications. | |
5 (font-lock-default-fontify-region): Use with-syntax-table. | |
6 * jit-lock.el (with-buffer-unmodified): Remove. | |
7 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications. | |
2 | 8 |
3 Use `declare' in defmacros. | 9 Use `declare' in defmacros. |
4 * window.el (save-selected-window): | 10 * window.el (save-selected-window): |
5 * subr.el (with-temp-file, with-temp-message, with-syntax-table): | 11 * subr.el (with-temp-file, with-temp-message, with-syntax-table): |
6 * progmodes/python.el (def-python-skeleton): | 12 * progmodes/python.el (def-python-skeleton): |