* editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2011 18:11:37 +0000 (11:11 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2011 18:11:37 +0000 (11:11 -0700)
commit7812ba2dea75097980bb6371381385b417479c74
treea38b0b64682184f3ea6de8aac7b83406fe7a4a6d
parent4c12272509481fd87428364a102fc1ac73c1e275
* editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).

Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
src/ChangeLog
src/editfns.c