diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-10-12 21:59:36 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-10-12 21:59:36 +0200 |
commit | ef4912ca5fa4f759187dd8d82f55fb4264a8010d (patch) | |
tree | 6518c950c25a0d763943962be40d1a5b88d48a81 /ChangeLog | |
parent | Remove fallback to profiles.desc (diff) | |
download | ebuild-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |