summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-09-16 19:53:11 +0200
committerUlrich Müller <ulm@gentoo.org>2023-09-16 19:53:11 +0200
commitafb801adf7e066418c01c3fdecebe045918952ff (patch)
tree00abf91167e70675bafbeeaebe5b78111dba5337 /ChangeLog
parentSimplify advice function in glep-mode (diff)
downloadebuild-mode-afb801adf7e066418c01c3fdecebe045918952ff.tar.gz
ebuild-mode-afb801adf7e066418c01c3fdecebe045918952ff.tar.bz2
ebuild-mode-afb801adf7e066418c01c3fdecebe045918952ff.zip
Revert to defadvice for sh-must-be-shell-mode
* ebuild-mode.el (sh-must-be-shell-mode): Test if the function is defined at compile time. This should only be the case for Emacs versions where defadvice is unobsolete. 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 0052228..68a5be8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2023-09-16 Ulrich Müller <ulm@gentoo.org>
+ * ebuild-mode.el (sh-must-be-shell-mode): Test if the function is
+ defined at compile time. This should only be the case for Emacs
+ versions where defadvice is unobsolete.
+
* glep-mode.el (rst-classify-adornment)
(glep-mode-ignore-preamble): Use :before-while instead of :around
as advice combinator.