summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-08-05 18:57:59 +0200
committerUlrich Müller <ulm@gentoo.org>2024-08-05 18:57:59 +0200
commit4adf7b924c0f0122ccdc6cdd589fcd4296941a3e (patch)
tree0ceefb8388f60fdefa1cd5a0917822479868ad38 /ChangeLog
parentUse static-if in XEmacs compat function (diff)
downloadebuild-mode-4adf7b924c0f0122ccdc6cdd589fcd4296941a3e.tar.gz
ebuild-mode-4adf7b924c0f0122ccdc6cdd589fcd4296941a3e.tar.bz2
ebuild-mode-4adf7b924c0f0122ccdc6cdd589fcd4296941a3e.zip
More static-if
* ebuild-mode.el (ebuild-mode, ebuild-run-command) (ebuild-mode-get-completion-function, ebuild-mode-run-pkgdev) (ebuild-mode-run-pkgcheck, ebuild-repo-mode, find-file-hook): Use static-if. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 052969a..919826e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-08-05 Ulrich Müller <ulm@gentoo.org>
+
+ * ebuild-mode.el (ebuild-mode, ebuild-run-command)
+ (ebuild-mode-get-completion-function, ebuild-mode-run-pkgdev)
+ (ebuild-mode-run-pkgcheck, ebuild-repo-mode, find-file-hook):
+ Use static-if.
+
2024-07-03 Ulrich Müller <ulm@gentoo.org>
* ebuild-mode.el (ebuild-mode-time-string): Use static-if.