lisp/ol-man.el (Man-completion-cache): Declare variable

This commit is contained in:
Ihor Radchenko 2023-12-15 12:25:35 +01:00
parent fbcd71e856
commit 3be87f15d5
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ BACKEND is the current export backend."
((eq backend 'md) (format "[%s](%s)" desc path))
(t path))))
(defvar Man-completion-cache) ; Defined in `man'.
(defun org-man-complete (&optional _arg)
"Complete man pages for `org-insert-link'."
(require 'man)