Mercurial > emacs
changeset 100298:cdbab14860b4
* files.el (save-some-buffers): At each map-y-or-n-p iteration,
check whether the buffer is still alive.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 09 Dec 2008 23:43:03 +0000 |
parents | 0a269d00caef |
children | 62b6bd1722a5 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Dec 09 23:23:05 2008 +0000 +++ b/lisp/ChangeLog Tue Dec 09 23:43:03 2008 +0000 @@ -1,3 +1,8 @@ +2008-12-09 Chong Yidong <cyd@stupidchicken.com> + + * files.el (save-some-buffers): At each map-y-or-n-p iteration, + check whether the buffer is still alive. + 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca> * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.