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

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

[elpa] externals/denote 91090d42c6 180/355: Fix regexp match for backlin


From: ELPA Syncer
Subject: [elpa] externals/denote 91090d42c6 180/355: Fix regexp match for backlinks
Date: Sun, 26 Jun 2022 23:58:22 -0400 (EDT)

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

    Fix regexp match for backlinks
---
 denote-link.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-link.el b/denote-link.el
index 7c20d93dab..e638fc2595 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -193,7 +193,7 @@ PROOF-OF-CONCEPT."
          (id (denote-retrieve--value file denote-retrieve--identifier-regexp))
          (buf (format "*denote-backlinks to %s*" id)))
   (compilation-start
-   (format "find * -type f -exec %s --color=auto -l -m 1 -e %s- %s %s"
+   (format "find * -type f -exec %s --color=auto -l -m 1 -e %s %s %s"
            grep-program
            id
            (shell-quote-argument "{}")



reply via email to

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