From: Andrea Corallo Date: Wed, 21 Feb 2024 10:18:28 +0000 (+0100) Subject: ; * lisp/emacs-lisp/comp.el (native-comp-debug): Fix spacing. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc76847392dfec82f9ca8fd0ec16fa9ca461e58c;p=emacs.git ; * lisp/emacs-lisp/comp.el (native-comp-debug): Fix spacing. (cherry picked from commit 1e1d3f3acd8567addc0dab4bc34dc5c7f2405556) --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index b27cf2b6620..6532fb8d1ce 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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.