mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
Fix the last commit, do revert-buffer when plstore-revert.
This commit is contained in:
parent
8a8cdb1992
commit
f11f303b27
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user