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

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

[elpa] externals/denote 5c13cf4c1c 354/355: Rename internal id front mat


From: ELPA Syncer
Subject: [elpa] externals/denote 5c13cf4c1c 354/355: Rename internal id front matter rx for consistency
Date: Sun, 26 Jun 2022 23:58:39 -0400 (EDT)

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

    Rename internal id front matter rx for consistency
---
 denote-retrieve.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-retrieve.el b/denote-retrieve.el
index 94d3a9fd9b..22c46f9366 100644
--- a/denote-retrieve.el
+++ b/denote-retrieve.el
@@ -38,7 +38,7 @@
 The match that needs to be extracted is explicityly marked as
 group 1.")
 
-(defconst denote-retrieve--identifier-regexp
+(defconst denote-retrieve--id-front-matter-regexp
   
"^.?.?\\b\\(?:identifier\\|[Ii][Dd]\\)\\s-*[:=]\\s-*[\"']?\\(?1:[0-9T]+\\)[\"']?"
   "Regular expression for identifier key and value.
 The match that needs to be extracted is explicityly marked as



reply via email to

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