]> git.eshelyaron.com Git - emacs.git/commitdiff
* files.el (save-some-buffers): At each map-y-or-n-p iteration,
authorChong Yidong <cyd@stupidchicken.com>
Tue, 9 Dec 2008 23:43:03 +0000 (23:43 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 9 Dec 2008 23:43:03 +0000 (23:43 +0000)
check whether the buffer is still alive.

lisp/ChangeLog

index 6dd1cd01bb19267704da83a5a5ffaf5ba21a4ec1..8dade0843ec5ef1c2d3ea8371ad683de0af60a59 100644 (file)
@@ -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.