1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; * lisp/emacs-lisp/comp.el (native-comp-debug): Fix spacing.

This commit is contained in:
Andrea Corallo 2024-02-21 11:18:28 +01:00
parent 7215c63fc0
commit 1e1d3f3acd

View file

@ -68,7 +68,7 @@
:safe #'integerp
:version "28.1")
(defcustom native-comp-debug 0
(defcustom native-comp-debug 0
"Debug level for native compilation, a number between 0 and 3.
This is intended for debugging the compiler itself.
0 no debug output.