branch: externals/org commit c130f71036feb174afa82c0f25b2220a89f9146d Author: Ihor Radchenko <yanta...@gmail.com> Commit: Ihor Radchenko <yanta...@gmail.com>
org-persist.el: Fix typo --- lisp/org-persist.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-persist.el b/lisp/org-persist.el index ab636ec..9885386 100644 --- a/lisp/org-persist.el +++ b/lisp/org-persist.el @@ -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