branch: externals/denote
commit 5c13cf4c1c9c5a7d7c6edc77d70913289d904de2
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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