diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-07-03 18:41:10 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-07-03 18:41:10 +0200 |
commit | d8429412cacfd0613347c7d8d3beb365a967846d (patch) | |
tree | 31abb7ff9b9bc5f59d9380ce82353275858b77b2 /ChangeLog | |
parent | Version 1.72 released (diff) | |
download | ebuild-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |