summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-10-15 22:15:53 +0200
committerUlrich Müller <ulm@gentoo.org>2023-10-15 22:15:53 +0200
commit393f84bb3e0bb305d0ccc0f5511db903112676ed (patch)
treed753dbebd73ba7c221b8d5cd5ba6727dc141d31e /ChangeLog
parentUpdate parent of glep custom group (diff)
downloadebuild-mode-393f84bb3e0bb305d0ccc0f5511db903112676ed.tar.gz
ebuild-mode-393f84bb3e0bb305d0ccc0f5511db903112676ed.tar.bz2
ebuild-mode-393f84bb3e0bb305d0ccc0f5511db903112676ed.zip
Yet another fix for the defadvice warning
* ebuild-mode.el (static-if): New macro, taken from APEL. (sh-must-be-shell-mode): Use it. This should finally fix the byte-compile warning for defadvice in Emacs 30. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d64003..54fe807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2023-10-15 Ulrich Müller <ulm@gentoo.org>
+ * ebuild-mode.el (static-if): New macro, taken from APEL.
+ (sh-must-be-shell-mode): Use it. This should finally fix the
+ byte-compile warning for defadvice in Emacs 30.
+
* glep-mode.el (glep): Change parent group to text, because the wp
group is deprecated since Emacs 26.