org-persist.el: Fix typo

This commit is contained in:
Ihor Radchenko 2021-10-19 20:07:18 +08:00
parent bad854d5fa
commit c130f71036
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 3 additions and 3 deletions

View File

@ -231,9 +231,9 @@ When BUFFER is `all', unregister VAR in all buffers."
;; FIXME: Reading sometimes fails to read circular objects.
;; I suspect that it happens when we have object reference
;; #N# read before object definition #N=. If it is really
;; #so, it should be Emacs bug - either in `read' or in
;; #`prin1'. Meanwhile, just fail silently when `read'
;; #fails to parse the saved cache object.
;; so, it should be Emacs bug - either in `read' or in
;; `prin1'. Meanwhile, just fail silently when `read'
;; fails to parse the saved cache object.
(condition-case err
(setq data (read (current-buffer)))
(error