summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2015-03-22 11:11:27 -0700
committerGlenn Morris <rgm@gnu.org>2015-03-22 11:11:27 -0700
commita4ff05a2172fc0c057ca9715d263c8b00fbf0218 (patch)
tree90ebed1404065cf813d2423f2c10f1195804c5ca
parentbb7b23c5cbd0659a9e913ea4c4642bffe83541ef (diff)
downloademacs-a4ff05a2172fc0c057ca9715d263c8b00fbf0218.tar.gz
ChangeLog fix
No need to merge to trunk, since it corrects a backported entry that should not appear in trunk.
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 060486b4ab3..d09b9de34fa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,7 @@
-2015-03-22 John F Carr <jfc@mit.edu>
+2015-03-22 John F Carr <jfc@mit.edu> (tiny change)
* fontset.c (fontset_pattern_regexp): Backport: Replace + 1 with
- + 3 in alloca (Bug#20156) (tiny change)
+ + 3 in alloca (Bug#20156).
2015-03-12 Glenn Morris <rgm@gnu.org>