Fix the last commit, do revert-buffer when plstore-revert.
authorDaiki Ueno <ueno@unixuser.org>
Thu, 30 Jun 2011 10:08:48 +0000 (10:08 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 30 Jun 2011 10:08:48 +0000 (10:08 +0000)
lisp/plstore.el

index 7039439..392437d 100644 (file)
 (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))