aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-09-15 11:11:37 -0700
committerPaul Eggert2011-09-15 11:11:37 -0700
commit7812ba2dea75097980bb6371381385b417479c74 (patch)
treea38b0b64682184f3ea6de8aac7b83406fe7a4a6d /src/ChangeLog
parent4c12272509481fd87428364a102fc1ac73c1e275 (diff)
downloademacs-7812ba2dea75097980bb6371381385b417479c74.tar.gz
emacs-7812ba2dea75097980bb6371381385b417479c74.zip
* editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b89fe55ec30..15281f47438 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-09-15 Paul Eggert <eggert@cs.ucla.edu>
2
3 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
4 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
5
12011-09-15 Andreas Schwab <schwab@linux-m68k.org> 62011-09-15 Andreas Schwab <schwab@linux-m68k.org>
2 7
3 * editfns.c (Fformat): Correctly handle text properties on "%%". 8 * editfns.c (Fformat): Correctly handle text properties on "%%".