aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/files.el3
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1a51b18cbf..27890d66ba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-28 Chong Yidong <[email protected]>
+
+ * files.el (recover-session-finish): Use with-current-buffer
+ instead of save-excursion.
+
2010-02-27 Stefan Monnier <[email protected]>
Fix in-buffer completion when after-change-functions modify the buffer.
diff --git a/lisp/files.el b/lisp/files.el
index d6783f82fb..f0a8d72d3f 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -5034,9 +5034,8 @@ This command is used in the special Dired buffer created by
(dired-unmark 1)
(dired-do-flagged-delete t)
(unwind-protect
- (save-excursion
+ (with-current-buffer buffer
;; Read in the auto-save-list file.
- (set-buffer buffer)
(erase-buffer)
(insert-file-contents file)
;; Loop thru the text of that file