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

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

[elpa] externals/denote 5c8a38bf46: Tweak denote-org-extras--parse-rx to


From: ELPA Syncer
Subject: [elpa] externals/denote 5c8a38bf46: Tweak denote-org-extras--parse-rx to use rx-to-string
Date: Wed, 4 Dec 2024 12:58:06 -0500 (EST)

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

    Tweak denote-org-extras--parse-rx to use rx-to-string
---
 denote-org-extras.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-org-extras.el b/denote-org-extras.el
index 41c60284ac..d769e0f954 100644
--- a/denote-org-extras.el
+++ b/denote-org-extras.el
@@ -428,7 +428,7 @@ Also see `denote-org-extras-dblock--files'."
 (defun denote-org-extras--parse-rx (regexp)
   "Parse REGEXP as an `rx' argument or string and return string."
   (if (listp regexp)
-      (macroexpand `(rx ,regexp))
+      (rx-to-string regexp)
     regexp))
 
 ;;;###autoload



reply via email to

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