Function: gbut:file

gbut:file is a byte-compiled function defined in hbut.el.

Signature

(gbut:file)

Documentation

Return the absolute path for the global button (those accessed by name) file.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbut.el
(defun    gbut:file ()
  "Return the absolute path for the global button (those accessed by name) file."
  (expand-file-name hbmap:filename hbmap:dir-user))