summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/comp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index cfc5ca55488..e1920dbc033 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -2731,7 +2731,7 @@ Ultra cheap impersonation of `batch-byte-compile'."
"As `batch-byte-compile' but used for booststrap.
Always generate elc files too and handle native compiler expected errors."
(comp-ensure-native-compiler)
- (if (equal (getenv "NATIVE_DISABLE") "1")
+ (if (equal (getenv "NATIVE_DISABLED") "1")
(batch-byte-compile)
(cl-assert (= 1 (length command-line-args-left)))
(let ((byte-native-for-bootstrap t)