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

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

[elpa] externals/kiwix ddeecd1 186/192: fix void org link functions by a


From: Stefan Monnier
Subject: [elpa] externals/kiwix ddeecd1 186/192: fix void org link functions by autoload
Date: Sat, 19 Dec 2020 00:41:57 -0500 (EST)

branch: externals/kiwix
commit ddeecd1321275126c106d854981c4a0478e7cb7b
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    fix void org link functions by autoload
---
 org-kiwix.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/org-kiwix.el b/org-kiwix.el
index 7f293b0..dfd7d69 100644
--- a/org-kiwix.el
+++ b/org-kiwix.el
@@ -1,6 +1,6 @@
 ;;; org-kiwix.el --- Org Mode link support -*- lexical-binding: t; -*-
 
-;;; Time-stamp: <2020-05-04 07:04:56 stardiviner>
+;;; Time-stamp: <2020-05-12 21:23:23 stardiviner>
 
 ;;; Commentary:
 
@@ -26,6 +26,9 @@
 
 (require 'kiwix)
 
+(autoload 'org-link-set-parameters "org")
+(autoload 'org-store-link-props "org")
+
 (defun chinese-string-p (string)
   "Return t if STRING is a Chinese string."
   (if (string-match (format "\\cC\\{%s\\}" (length string)) string)



reply via email to

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