diff options
| author | Stefan Monnier | 2010-08-30 15:57:42 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-08-30 15:57:42 +0200 |
| commit | d36b74ca27f877023620d33ca05f2b5b2ccb05cd (patch) | |
| tree | 2320cbbc070586fbf342f47ec4bfefa156dbbd3f /lisp/ChangeLog | |
| parent | f291fe60fb9ed250ded34b6b9ed26e085f119a4e (diff) | |
| download | emacs-d36b74ca27f877023620d33ca05f2b5b2ccb05cd.tar.gz emacs-d36b74ca27f877023620d33ca05f2b5b2ccb05cd.zip | |
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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
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 @@ | |||
| 1 | 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2010-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): |