[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/buttercup b5a8b89c2e 2/6: Set lexical-binding in buttercup
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/buttercup b5a8b89c2e 2/6: Set lexical-binding in buttercup-compat |
Date: |
Wed, 6 Dec 2023 18:59:30 -0500 (EST) |
branch: elpa/buttercup
commit b5a8b89c2e62ac6d598b0484580b7e35aa44e437
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Set lexical-binding in buttercup-compat
Set it to nil, in this case. In Emacs 30 the byte-compiler started
to warn when this variable is not set.
---
buttercup-compat.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buttercup-compat.el b/buttercup-compat.el
index e6e60bc169..1909efb720 100644
--- a/buttercup-compat.el
+++ b/buttercup-compat.el
@@ -1,4 +1,4 @@
-;;; buttercup-compat.el --- Compatibility definitions for buttercup
+;;; buttercup-compat.el --- Compatibility definitions for buttercup
-*-lexical-binding:nil-*-
;; Copyright (C) 2015 Jorgen Schaefer
;; Copyright (C) 2015 Free Software Foundation, Inc.
- [nongnu] elpa/buttercup updated (3780eb0819 -> e4fb7cd560), ELPA Syncer, 2023/12/06
- [nongnu] elpa/buttercup 20ce95b8b7 5/6: Drop support for Emacs 24.3, ELPA Syncer, 2023/12/06
- [nongnu] elpa/buttercup e4fb7cd560 6/6: Bump version: 1.32 → 1.33, ELPA Syncer, 2023/12/06
- [nongnu] elpa/buttercup c3ac44cf29 1/6: Use advice-add instead of obsolete defadvice, ELPA Syncer, 2023/12/06
- [nongnu] elpa/buttercup b5a8b89c2e 2/6: Set lexical-binding in buttercup-compat,
ELPA Syncer <=
- [nongnu] elpa/buttercup abfc973500 3/6: Ensure the eof comment actually is at eof, ELPA Syncer, 2023/12/06
- [nongnu] elpa/buttercup dc71f7834e 4/6: Use outline headings in buttercup-compat.el as well, ELPA Syncer, 2023/12/06