summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-10-12 21:59:36 +0200
committerUlrich Müller <ulm@gentoo.org>2024-10-12 21:59:36 +0200
commitef4912ca5fa4f759187dd8d82f55fb4264a8010d (patch)
tree6518c950c25a0d763943962be40d1a5b88d48a81 /ChangeLog
parentRemove fallback to profiles.desc (diff)
downloadebuild-mode-ef4912ca5fa4f759187dd8d82f55fb4264a8010d.tar.gz
ebuild-mode-ef4912ca5fa4f759187dd8d82f55fb4264a8010d.tar.bz2
ebuild-mode-ef4912ca5fa4f759187dd8d82f55fb4264a8010d.zip
Do not let-bind special variables
* ebuild-mode.el (ebuild-mode-tabify): Do not let-bind tabify-regexp because it is a special variable. (ebuild-run-command): Ditto for shell-command. * ebuild-mode.el: * glep-mode.el: * test/ebuild-mode-tests.el: Use unhyphenated names for lexical variables throughout, in order not to accidentally override any special variables. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d708a1..d69b2a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2024-10-12 Ulrich Müller <ulm@gentoo.org>
+
+ * ebuild-mode.el (ebuild-mode-tabify): Do not let-bind
+ tabify-regexp because it is a special variable.
+ (ebuild-run-command): Ditto for shell-command.
+ * ebuild-mode.el:
+ * glep-mode.el:
+ * test/ebuild-mode-tests.el: Use unhyphenated names for lexical
+ variables throughout, in order not to accidentally override any
+ special variables.
+
2024-10-08 Ulrich Müller <ulm@gentoo.org>
* ebuild-mode.el (ebuild-mode-arch-stable-list): Don't fall back