Variable: hpath:suffixes
hpath:suffixes is a customizable variable defined in hpath.el.
Value
(".gz" ".Z")
Documentation
List of filename suffixes to add or remove within hpath calls.
Used by hpath:exists-p and hpath:substitute-dir.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defcustom hpath:suffixes '(".gz" ".Z")
"List of filename suffixes to add or remove within hpath calls.
Used by `hpath:exists-p' and `hpath:substitute-dir'."
:type '(repeat string)
:group 'hyperbole-commands)