lisp/ol-man.el (Man-completion-cache): Declare variable
This commit is contained in:
parent
fbcd71e856
commit
3be87f15d5
|
@ -100,6 +100,7 @@ BACKEND is the current export backend."
|
||||||
((eq backend 'md) (format "[%s](%s)" desc path))
|
((eq backend 'md) (format "[%s](%s)" desc path))
|
||||||
(t path))))
|
(t path))))
|
||||||
|
|
||||||
|
(defvar Man-completion-cache) ; Defined in `man'.
|
||||||
(defun org-man-complete (&optional _arg)
|
(defun org-man-complete (&optional _arg)
|
||||||
"Complete man pages for `org-insert-link'."
|
"Complete man pages for `org-insert-link'."
|
||||||
(require 'man)
|
(require 'man)
|
||||||
|
|
Loading…
Reference in New Issue