[gnus git] branch master updated: n0-17-111-g7ed615a =1= Fix the last commit, do revert-buffer when plstore-revert.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 7ed615a609340e2350daabf1193c3a19c6abcc62 (commit)
from ee403506a4fa927adad920eabad03a543aa9020a (commit)
- Log -----------------------------------------------------------------
commit 7ed615a609340e2350daabf1193c3a19c6abcc62
Author: Daiki Ueno <[email protected]>
Date: Thu Jun 30 10:08:48 2011 +0000
Fix the last commit, do revert-buffer when plstore-revert.
diff --git a/lisp/plstore.el b/lisp/plstore.el
index 7039439..392437d 100644
--- a/lisp/plstore.el
+++ b/lisp/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))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/plstore.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project