branch: externals/leaf
commit b1fe4f20efa713b8beca97a27643456061c0fb3f
Merge: fbe9bfb 38ef506
Author: Naoya Yamashita <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #481 from Z572/fix-leaf-find-regexp
fix leaf-find-regexp.
---
leaf.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/leaf.el b/leaf.el
index ff45cd1..f8a23d6 100644
--- a/leaf.el
+++ b/leaf.el
@@ -5,7 +5,7 @@
;; Author: Naoya Yamashita <[email protected]>
;; Maintainer: Naoya Yamashita <[email protected]>
;; Keywords: lisp settings
-;; Version: 4.3.9
+;; Version: 4.4.0
;; URL: https://github.com/conao3/leaf.el
;; Package-Requires: ((emacs "24.1"))
@@ -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."