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