summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-07-03 18:41:10 +0200
committerUlrich Müller <ulm@gentoo.org>2024-07-03 18:41:10 +0200
commitd8429412cacfd0613347c7d8d3beb365a967846d (patch)
tree31abb7ff9b9bc5f59d9380ce82353275858b77b2 /ChangeLog
parentVersion 1.72 released (diff)
downloadebuild-mode-d8429412cacfd0613347c7d8d3beb365a967846d.tar.gz
ebuild-mode-d8429412cacfd0613347c7d8d3beb365a967846d.tar.bz2
ebuild-mode-d8429412cacfd0613347c7d8d3beb365a967846d.zip
Replace nested ifs with cond
* ebuild-mode.el (ebuild-mode-update-copyright): Replace nested ifs with cond. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7718810..b7bdc28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-07-03 Ulrich Müller <ulm@gentoo.org>
+
+ * ebuild-mode.el (ebuild-mode-update-copyright): Replace nested
+ ifs with cond.
+
2024-06-29 Ulrich Müller <ulm@gentoo.org>
* Version 1.72 released.