summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2024-04-03 11:28:49 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2024-04-03 11:28:49 +0200
commitfa9791fe6af2bbedf1f5bb3e7dd8879a0191ebf1 (patch)
tree21844cb594880d04be1c440081970892a46bcf4f /lisp/emacs-lisp
parent0c55261971b0fea62a8e94204e544ff8af714a2e (diff)
downloademacs-fa9791fe6af2bbedf1f5bb3e7dd8879a0191ebf1.tar.gz
emacs-fa9791fe6af2bbedf1f5bb3e7dd8879a0191ebf1.tar.bz2
emacs-fa9791fe6af2bbedf1f5bb3e7dd8879a0191ebf1.zip
Revert "Check if lexical-binding is enabled before warning"
This reverts commit 7de192680fdac6938f5704aea0310b85b0da9c5e. The logic is wrong (bug#70068).
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/bytecomp.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 3af7ede4c8e..5cff86784f0 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -2234,8 +2234,7 @@ See also `emacs-lisp-byte-compile-and-load'."
(setq buffer-read-only nil
filename buffer-file-name))
;; Don't inherit lexical-binding from caller (bug#12938).
- (unless (or (local-variable-p 'lexical-binding)
- (null lexical-binding))
+ (unless (local-variable-p 'lexical-binding)
(let ((byte-compile-current-buffer (current-buffer)))
(displaying-byte-compile-warnings
(byte-compile-warn-x