aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 74f4c73fb7d..ab0b9744048 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12010-08-30 Stefan Monnier <monnier@iro.umontreal.ca> 12010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2 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.
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):