diff options
| author | Chong Yidong | 2008-12-09 23:43:03 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-09 23:43:03 +0000 |
| commit | 39af3de2c134e5b5d9068f6fad20c4cdf57d38f6 (patch) | |
| tree | af88230c45954f728c24938db63a9c78cf639632 /lisp | |
| parent | 89f4fb7c0f2b8820bcca167e824a0727be23fa2d (diff) | |
| download | emacs-39af3de2c134e5b5d9068f6fad20c4cdf57d38f6.tar.gz emacs-39af3de2c134e5b5d9068f6fad20c4cdf57d38f6.zip | |
* files.el (save-some-buffers): At each map-y-or-n-p iteration,
check whether the buffer is still alive.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6dd1cd01bb1..8dade0843ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-12-09 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * files.el (save-some-buffers): At each map-y-or-n-p iteration, | ||
| 4 | check whether the buffer is still alive. | ||
| 5 | |||
| 1 | 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form. | 8 | * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form. |