From 4d9b3612ae2f51d0ed92478ae9baf9374d641b2d Mon Sep 17 00:00:00 2001 From: "Aaron L. Zeng" Date: Fri, 12 Apr 2019 16:14:17 -0400 Subject: Fix definition of pdf-cache-prefetch-minor-mode keymap `t` is not a valid keymap. I looked through the other minor-mode definitions and didn't see any other such uses. Found that this was causing me problems, see Wilfred/helpful#114. --- lisp/pdf-cache.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.0