Function: flymake-switch-to-log-buffer
flymake-switch-to-log-buffer is an interactive and byte-compiled
function defined in flymake.el.gz.
Signature
(flymake-switch-to-log-buffer)
Documentation
Go to the *Flymake log* buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defun flymake-switch-to-log-buffer ()
"Go to the *Flymake log* buffer."
(interactive)
(switch-to-buffer "*Flymake log*"))