summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-01-09 17:48:12 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-01-09 17:48:12 +0100
commit5f47639ec3dc795f559a9809f504a132422d18a3 (patch)
tree847f76ac279c4103fe9aa5a19643cab5a0ed4c97
parentb1cd1595dff16e712654895200dfd64e7ebe47c1 (diff)
downloadorg-mode-5f47639ec3dc795f559a9809f504a132422d18a3.tar.gz
ol-man: Silence byte-compiler
-rw-r--r--contrib/lisp/ol-man.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/lisp/ol-man.el b/contrib/lisp/ol-man.el
index cdbf471..fce7011 100644
--- a/contrib/lisp/ol-man.el
+++ b/contrib/lisp/ol-man.el
@@ -24,7 +24,6 @@
;;; Commentary:
(require 'ol)
-(require 'org)
(org-link-set-parameters "man"
:follow #'org-man-open
@@ -48,7 +47,7 @@ PATH should be a topic that can be thrown at the man command."
(let* ((page (org-man-get-page-name))
(link (concat "man:" page))
(description (format "Manpage for %s" page)))
- (org-store-link-props
+ (org-link-store-props
:type "man"
:link link
:description description))))