emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 3be87f15d5 3/4: lisp/ol-man.el (Man-completion-cach


From: ELPA Syncer
Subject: [elpa] externals/org 3be87f15d5 3/4: lisp/ol-man.el (Man-completion-cache): Declare variable
Date: Fri, 15 Dec 2023 06:58:23 -0500 (EST)

branch: externals/org
commit 3be87f15d5821adb5019e9e9a5b399f8e9047c85
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    lisp/ol-man.el (Man-completion-cache): Declare variable
---
 lisp/ol-man.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/ol-man.el b/lisp/ol-man.el
index 633280942f..0b8426a1ad 100644
--- a/lisp/ol-man.el
+++ b/lisp/ol-man.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]