]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/comp.el (native-comp-debug): Fix spacing.
authorAndrea Corallo <acorallo@gnu.org>
Wed, 21 Feb 2024 10:18:28 +0000 (11:18 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:38:14 +0000 (18:38 +0100)
(cherry picked from commit 1e1d3f3acd8567addc0dab4bc34dc5c7f2405556)

lisp/emacs-lisp/comp.el

index b27cf2b66207f08c35fdabcbd26f257af41dd17f..6532fb8d1ce76bc16f517491a5e61aa9c435d42c 100644 (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.