From: Daiki Ueno Date: Thu, 30 Jun 2011 09:53:21 +0000 (+0900) Subject: Fix the last commit, do revert-buffer when plstore-revert. X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~317 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f11f303b274ad83055d9ad61925ca47fa36ea59e;p=emacs.git Fix the last commit, do revert-buffer when plstore-revert. --- diff --git a/lisp/gnus/plstore.el b/lisp/gnus/plstore.el index 703943934e8..392437d1dea 100644 --- a/lisp/gnus/plstore.el +++ b/lisp/gnus/plstore.el @@ -123,6 +123,7 @@ (defun plstore-revert (plstore) "Replace current data in PLSTORE with the file on disk." (with-current-buffer (plstore--get-buffer plstore) + (revert-buffer t t) ;; make the buffer invisible from user (rename-buffer (format " plstore %s" (buffer-file-name))) (goto-char (point-min))