Variable: comp-log-buffer-name
comp-log-buffer-name is a variable defined in comp.el.gz.
Value
"*Native-compile-Log*"
Documentation
Name of the native-compiler log buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(defconst comp-log-buffer-name "*Native-compile-Log*"
"Name of the native-compiler log buffer.")