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

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

[elpa] externals/org-remark fea8103b9b 65/67: fix(legacy): compilation w


From: ELPA Syncer
Subject: [elpa] externals/org-remark fea8103b9b 65/67: fix(legacy): compilation warning #66
Date: Sat, 22 Jul 2023 06:59:05 -0400 (EDT)

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

    fix(legacy): compilation warning #66
---
 org-remark-convert-legacy.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/org-remark-convert-legacy.el b/org-remark-convert-legacy.el
index 8168f5daec..cf79da3d07 100644
--- a/org-remark-convert-legacy.el
+++ b/org-remark-convert-legacy.el
@@ -4,7 +4,7 @@
 
 ;; Author: Noboru Ota <me@nobiot.com>
 ;; URL: https://github.com/nobiot/org-remark
-;; Last modified: 29 May 2023
+;; Last modified: 17 July 2023
 ;; Created: 16 January 2022
 ;; Package-Requires: ((emacs "27.1") (org "9.4"))
 ;; Keywords: org-mode, annotation, writing, note-taking, marginal notes
@@ -90,7 +90,7 @@ solely by Org-marginalia."
          (org-delete-property "marginalia-source-beg")
          (org-delete-property "marginalia-source-end")
          (org-set-property org-remark-prop-id id)
-         (let ((props))
+         (let ((props '()))
            (plist-put props org-remark-prop-source-beg (number-to-string beg))
            (plist-put props org-remark-prop-source-end (number-to-string end))
            (org-remark-notes-set-properties props))))



reply via email to

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