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

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

[elpa] externals/org-remark 7a9c0454b2 74/75: fix: declare-function file


From: ELPA Syncer
Subject: [elpa] externals/org-remark 7a9c0454b2 74/75: fix: declare-function file location
Date: Fri, 6 Oct 2023 12:59:21 -0400 (EDT)

branch: externals/org-remark
commit 7a9c0454b24eec50bbbfc7b8497dcef8441f1b1f
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    fix: declare-function file location
---
 org-remark-info.el | 4 ++--
 org-remark-nov.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/org-remark-info.el b/org-remark-info.el
index c97fc6b280..1a8ce90a6e 100644
--- a/org-remark-info.el
+++ b/org-remark-info.el
@@ -5,7 +5,7 @@
 ;; Author: Noboru Ota <me@nobiot.com>
 ;; URL: https://github.com/nobiot/org-remark
 ;; Created: 16 July 2023
-;; Last modified: 20 August 2023
+;; Last modified: 06 October 2023
 ;; Package-Requires: ((emacs "27.1") (org "9.4"))
 ;; Keywords: org-mode, annotation, note-taking, marginal-notes, wp
 
@@ -60,7 +60,7 @@
 (defvar org-remark-prop-source-file)
 (defvar org-remark-mode)
 (declare-function org-remark-highlights-load "org-remark")
-(declare-function org-remark-mode "orgremark")
+(declare-function org-remark-mode "org-remark")
 
 ;;;###autoload
 (define-minor-mode org-remark-info-mode
diff --git a/org-remark-nov.el b/org-remark-nov.el
index 1fd2f7d292..42dab16ff0 100644
--- a/org-remark-nov.el
+++ b/org-remark-nov.el
@@ -5,7 +5,7 @@
 ;; Author: Noboru Ota <me@nobiot.com>
 ;; URL: https://github.com/nobiot/org-remark
 ;; Created: 9 January 2023
-;; Last modified: 19 August 2023
+;; Last modified: 06 October 2023
 ;; Package-Requires: ((emacs "27.1") (org "9.4"))
 ;; Keywords: org-mode, annotation, note-taking, marginal-notes, wp
 
@@ -50,7 +50,7 @@
   (error "Org-remark: package `nov' is missing"))
 (require 'org-remark-global-tracking)
 (declare-function org-remark-highlights-load "org-remark")
-(declare-function org-store-link "org")
+(declare-function org-store-link "ol")
 (defvar org-remark-prop-source-file)
 ;; To silence flymake
 (defvar nov-file-name)



reply via email to

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