diff options
| author | Martin Rudalics | 2012-06-18 09:20:19 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2012-06-18 09:20:19 +0200 |
| commit | b7e8d081674c24b19c5ee39892a72aef25c1dfcc (patch) | |
| tree | f53f81a0692d7e47235db17bfb51cf6ef2bfd895 /src/ChangeLog | |
| parent | 7ea2b33947b401d506d10bf47721278a2b174410 (diff) | |
| download | emacs-b7e8d081674c24b19c5ee39892a72aef25c1dfcc.tar.gz emacs-b7e8d081674c24b19c5ee39892a72aef25c1dfcc.zip | |
Handle cases where buffer gets killed while running Fkill_buffer (Bug#11665).
* buffer.c (Fkill_buffer): Don't throw an error when the buffer
gets killed during executing of this function (Bug#11665). Try
to always return Qt when the buffer has been actually killed.
(Vkill_buffer_query_functions): In doc-string say that functions
run by this hook should not change the current buffer.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index de472ab51dd..9a239de5b99 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-06-18 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * buffer.c (Fkill_buffer): Don't throw an error when the buffer | ||
| 4 | gets killed during executing of this function (Bug#11665). Try | ||
| 5 | to always return Qt when the buffer has been actually killed. | ||
| 6 | (Vkill_buffer_query_functions): In doc-string say that functions | ||
| 7 | run by this hook should not change the current buffer. | ||
| 8 | |||
| 1 | 2012-06-18 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2012-06-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Fix recently-introduced process.c problems found by static checking. | 11 | Fix recently-introduced process.c problems found by static checking. |