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

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

[elpa] externals/denote e9512a5d65 3/7: Placate the compiler for denote-


From: ELPA Syncer
Subject: [elpa] externals/denote e9512a5d65 3/7: Placate the compiler for denote-link-ol-store
Date: Sun, 11 Sep 2022 22:57:32 -0400 (EDT)

branch: externals/denote
commit e9512a5d657ae3669e03dc4cf216637be632d820
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Placate the compiler for denote-link-ol-store
---
 denote.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/denote.el b/denote.el
index 00d78d2e7f..fbf2583f3a 100644
--- a/denote.el
+++ b/denote.el
@@ -2392,6 +2392,9 @@ interface by first selecting the `denote:' hyperlink 
type."
    "denote:"
    (denote--retrieve-filename-identifier (denote--retrieve-read-file-prompt))))
 
+(declare-function org-link-store-props "ol.el" (&rest plist))
+(defvar org-store-link-plist)
+
 (defun denote-link-ol-store()
   "Handler for `org-store-link' adding support for denote: links."
   (when (denote--current-file-is-note-p)



reply via email to

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