aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2008-12-09 23:43:03 +0000
committerChong Yidong2008-12-09 23:43:03 +0000
commit39af3de2c134e5b5d9068f6fad20c4cdf57d38f6 (patch)
treeaf88230c45954f728c24938db63a9c78cf639632 /lisp
parent89f4fb7c0f2b8820bcca167e824a0727be23fa2d (diff)
downloademacs-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/ChangeLog5
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 @@
12008-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
12008-12-09 Stefan Monnier <monnier@iro.umontreal.ca> 62008-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.