summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-02-10 11:01:07 +0100
committerUlrich Müller <ulm@gentoo.org>2020-02-10 11:01:07 +0100
commit9fb781e17999a033a572353707d83414d2af6100 (patch)
tree6386eadd4719b393194282de7f7d004df026a230
parentMake nxml-child-indent local in the current buffer. (diff)
downloadebuild-mode-9fb781e17999a033a572353707d83414d2af6100.tar.gz
ebuild-mode-9fb781e17999a033a572353707d83414d2af6100.tar.bz2
ebuild-mode-9fb781e17999a033a572353707d83414d2af6100.zip
ChangeLog: Whitespace.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 75a386c..a36afe4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,7 +45,7 @@
* ebuild-mode.el (ebuild-mode-update-copyright): Extend function
and custom variable to control whether copyright year or author
are updated.
- (ebuild-mode-copyright-regexp): Allow for a single year rather
+ (ebuild-mode-copyright-regexp): Allow for a single year rather
than a range of years. Match authors in an additional group.
(ebuild-mode-insert-skeleton): New default year and authors.
@@ -798,7 +798,7 @@
2010-03-10 Ulrich Müller <ulm@gentoo.org>
* gentoo-syntax.el (ebuild-mode-arch-stable-list):
- Initialise from profiles.desc, bug 304133.
+ Initialise from profiles.desc, bug 304133.
2010-03-02 Christian Faulhammer <fauli@gentoo.org>