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

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

[elpa] externals/leaf bafd5c5a 18/46: move leaf-find-regexp definition


From: Stefan Monnier
Subject: [elpa] externals/leaf bafd5c5a 18/46: move leaf-find-regexp definition
Date: Mon, 15 Mar 2021 22:20:44 -0400 (EDT)

branch: externals/leaf
commit bafd5c5ad270a4afc009c7c69ca88b300510feaa
Author: Naoya Yamashita <conao3@gmail.com>
Commit: Naoya Yamashita <conao3@gmail.com>

    move leaf-find-regexp definition
---
 leaf.el | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/leaf.el b/leaf.el
index c007de7..04ac5ca 100644
--- a/leaf.el
+++ b/leaf.el
@@ -409,6 +409,13 @@ This variable must be result of `plstore-open'."
   :type 'sexp
   :group 'leaf)
 
+(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."
+  :type 'regexp
+  :group 'leaf)
+
 (defcustom leaf-enable-imenu-support t
   "If non-nil, enable `imenu' integrations.
 Ref: `lisp-imenu-generic-expression'."
@@ -723,14 +730,6 @@ see `alist-get'."
 
 ;;;; find-function
 
-(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."
-  :type 'regexp
-  :group 'leaf)
-
 (with-eval-after-load 'find-func
   (defvar find-function-regexp-alist)
   (add-to-list 'find-function-regexp-alist



reply via email to

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