1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

make buffer names constant

This commit is contained in:
Andrea Corallo 2019-11-24 18:42:40 +01:00
parent f0b1519fbd
commit 831f5e6061

View File

@ -75,14 +75,10 @@ This intended for debugging the compiler itself.
:group 'comp)
(defconst comp-log-buffer-name "*Native-compile-Log*"
"Name of the native-compiler log buffer."
:type 'string
:group 'comp)
"Name of the native-compiler log buffer.")
(defcustom comp-async-buffer-name "*Async-compilation*"
"Name of the async compilation buffer log."
:type 'string
:group 'comp)
(defconst comp-async-buffer-name "*Async-native-compile-log*"
"Name of the async compilation buffer log.")
(defvar comp-native-compiling nil
"This gets bound to t while native compilation.