Variable: comp-log-buffer-name
comp-log-buffer-name is a variable defined in comp-common.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-common.el.gz
(defconst comp-log-buffer-name "*Native-compile-Log*"
"Name of the native-compiler log buffer.")