Variable: hyrolo-match-regexp
hyrolo-match-regexp is a variable defined in hyrolo.el.
Value
nil
Documentation
Last regular expression used to search the hyrolo.
Nil before a search is done, including after a logical search is done. String search expressions are converted to regular expressions.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defvar hyrolo-match-regexp nil
"Last regular expression used to search the hyrolo.
Nil before a search is done, including after a logical search is done.
String search expressions are converted to regular expressions.")