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

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

[elpa] externals/org-remark b44092e6cf 06/16: style: make org-remark-hig


From: ELPA Syncer
Subject: [elpa] externals/org-remark b44092e6cf 06/16: style: make org-remark-highlight-save obsolete and add alias
Date: Sat, 29 Jul 2023 18:58:47 -0400 (EDT)

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

    style: make org-remark-highlight-save obsolete and add alias
---
 org-remark.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/org-remark.el b/org-remark.el
index 3169c0f5f3..d92d0c6176 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -837,7 +837,9 @@ This function assumes the current buffer is the source 
buffer."
   (and org-remark-use-org-id
        (org-entry-get point "ID" :inherit)))
 
-(make-obsolete #'org-remark-highlight-save #'org-remark-highlight-add "1.2.0")
+(define-obsolete-function-alias #'org-remark-highlight-save 
#'org-remark-highlight-add "1.2.0"
+  "Save a single HIGHLIGHT in the marginal notes file. We no longer
+save the notes file to disk; hence the name change")
 
 (cl-defgeneric org-remark-highlight-get-constructors ()
   "Construct lists for creating MAJOR-MODE specific hierarchy.



reply via email to

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