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

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

[elpa] externals/leaf 896da3e 44/46: fix leaf-find-regexp.


From: Stefan Monnier
Subject: [elpa] externals/leaf 896da3e 44/46: fix leaf-find-regexp.
Date: Mon, 15 Mar 2021 22:20:47 -0400 (EDT)

branch: externals/leaf
commit 896da3e82da4fa858078603c1893b8a797106314
Author: Zheng Junjie <873216071@qq.com>
Commit: Zheng Junjie <873216071@qq.com>

    fix leaf-find-regexp.
---
 leaf.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/leaf.el b/leaf.el
index ff45cd1..0c13b12 100644
--- a/leaf.el
+++ b/leaf.el
@@ -409,7 +409,7 @@ This variable must be result of `plstore-open'."
   :type 'sexp
   :group 'leaf)
 
-(defcustom leaf-find-regexp ".*([[:space:]]*leaf[[:space:]]+%s"
+(defcustom leaf-find-regexp ".*([[:space:]]*leaf[[:space:]]+\\(%s\\)"
   "The regexp used by `leaf-find' to search for a leaf block.
 Note it must contain a `%s' at the place where `format'
 should insert the leaf name."



reply via email to

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