From: Eshel Yaron Date: Wed, 28 Feb 2024 16:58:02 +0000 (+0100) Subject: ; Autoload text property search functions X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8e25be68841a6f637d0a31afdf77186c4e848c7;p=emacs.git ; Autoload text property search functions --- diff --git a/lisp/emacs-lisp/text-property-search.el b/lisp/emacs-lisp/text-property-search.el index f05219f839b..3c9a30181aa 100644 --- a/lisp/emacs-lisp/text-property-search.el +++ b/lisp/emacs-lisp/text-property-search.el @@ -29,6 +29,7 @@ (cl-defstruct (prop-match) beginning end value) +;;;###autoload (defun text-property-search-forward (property &optional value predicate not-current) "Search for next region of text where PREDICATE returns non-nil for PROPERTY. @@ -133,6 +134,7 @@ for the value of PROPERTY in the region." :value (get-text-property start property)))) +;;;###autoload (defun text-property-search-backward (property &optional value predicate not-current) "Search for previous region of text where PREDICATE returns non-nil for PROPERTY.