Function: hactypes:buffer-button-list
hactypes:buffer-button-list is a byte-compiled function defined in
hactypes.el.
Signature
(hactypes:buffer-button-list)
Documentation
Return buttons available in current buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hactypes.el
(defun hactypes:buffer-button-list ()
"Return buttons available in current buffer."
(append
(unless (string= (buffer-file-name) (gbut:file))
(append (ebut:list) (ibut:list)))
(gbut:label-list)))