Function: hsys-flymake-display-log-buffer
hsys-flymake-display-log-buffer is an interactive and byte-compiled
function defined in hsys-flymake.el.
Signature
(hsys-flymake-display-log-buffer)
Documentation
For flymake backend developers: Display a technical log of flymake actions.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsys-flymake.el
(defun hsys-flymake-display-log-buffer ()
"For flymake backend developers: Display a technical log of flymake actions."
(interactive)
(when (and (featurep 'flymake) flymake-mode)
(display-buffer (get-buffer-create "*Flymake log*"))))