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

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

[elpa] externals/org-remark aadd65def5 5/6: fix: Slience compilation war


From: ELPA Syncer
Subject: [elpa] externals/org-remark aadd65def5 5/6: fix: Slience compilation warning
Date: Fri, 23 Dec 2022 10:57:56 -0500 (EST)

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

    fix: Slience compilation warning
---
 org-remark.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/org-remark.el b/org-remark.el
index 66b73b0fa1..59e02a74e2 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -371,11 +371,11 @@ marginal notes file.  The expected values are nil, :load 
and
 (when org-remark-create-default-pen-set
   ;; Create default pen set.
   (org-remark-create "red-line"
-                     '(:underline (:color "dark red" :style wave))
-                     '(CATEGORY "review" help-echo "Review this"))
+                     `(:underline (:color "dark red" :style wave))
+                     `(CATEGORY "review" help-echo "Review this"))
   (org-remark-create "yellow"
-                     '(:underline "gold" :background "lemon chiffon")
-                     '(CATEGORY "important")))
+                     `(:underline "gold" :background "lemon chiffon")
+                     `(CATEGORY "important")))
 
 (defun org-remark-save ()
   "Save all the highlights tracked in current buffer to notes file.



reply via email to

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