Function: hywconfig-ring-empty-p
hywconfig-ring-empty-p is an autoloaded and byte-compiled function
defined in hywconfig.el.
Signature
(hywconfig-ring-empty-p)
Documentation
Return t if the wconfig ring for the selected frame is empty; nil otherwise.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywconfig.el
;;;###autoload
(defun hywconfig-ring-empty-p ()
"Return t if the wconfig ring for the selected frame is empty; nil otherwise."
(ring-empty-p (hywconfig-get-ring)))