diff options
| -rw-r--r-- | lisp/pdf-cache.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pdf-cache.el b/lisp/pdf-cache.el index ea4182f..9ed7241 100644 --- a/lisp/pdf-cache.el +++ b/lisp/pdf-cache.el @@ -338,7 +338,7 @@ See also `pdf-info-renderpage-highlight' and (define-minor-mode pdf-cache-prefetch-minor-mode "Try to load images which will probably be needed in a while." - nil nil t + nil nil nil (pdf-cache--prefetch-cancel) (cond (pdf-cache-prefetch-minor-mode |
