diff options
| author | Dmitry Antipov | 2012-08-28 10:20:08 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-08-28 10:20:08 +0400 |
| commit | 66322887059e1f2711e07def5eff661281cee855 (patch) | |
| tree | edf1ef336402c53b08c69f2b0d92c2391a2549d5 /src/ChangeLog | |
| parent | a3d794a153425b09a0185c660926c241d13e0f2c (diff) | |
| download | emacs-66322887059e1f2711e07def5eff661281cee855.tar.gz emacs-66322887059e1f2711e07def5eff661281cee855.zip | |
Always use set_buffer_if_live to restore original buffer at unwind.
* buffer.h (record_unwind_current_buffer): New function.
* bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c:
* keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c:
* undo.c, window.c: Adjust users.
* buffer.c (set_buffer_if_live): Fix comment.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0806cc0ff95..889c8efebdb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Always use set_buffer_if_live to restore original buffer at unwind. | ||
| 4 | * buffer.h (record_unwind_current_buffer): New function. | ||
| 5 | * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c: | ||
| 6 | * keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c: | ||
| 7 | * undo.c, window.c: Adjust users. | ||
| 8 | * buffer.c (set_buffer_if_live): Fix comment. | ||
| 9 | |||
| 10 | 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 11 | |||
| 3 | Fix usage of set_buffer_internal. | 12 | Fix usage of set_buffer_internal. |
| 4 | * buffer.h (set_buffer_internal): Make it BUFFER_INLINE. | 13 | * buffer.h (set_buffer_internal): Make it BUFFER_INLINE. |
| 5 | * buffer.c (set_buffer_if_live): Use set_buffer_internal. | 14 | * buffer.c (set_buffer_if_live): Use set_buffer_internal. |