Variable: hyrolo-boolean-only-flag

hyrolo-boolean-only-flag is a variable defined in hyrolo.el.

Value

nil

Documentation

Set to prevent HyRolo from displaying an error buffer when running tests.

Return a boolean only, indicating whether the test passed or not. See usage in hyrolo-any-file-type-problem-p.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defvar hyrolo-boolean-only-flag nil
  "Set to prevent HyRolo from displaying an error buffer when running tests.
Return a boolean only, indicating whether the test passed or not.
See usage in `hyrolo-any-file-type-problem-p'.")