Fix bug #15148 with garbled display in Dired when cache-long-scans is ON.
authorEli Zaretskii <eliz@gnu.org>
Tue, 5 Nov 2013 16:26:11 +0000 (18:26 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 5 Nov 2013 16:26:11 +0000 (18:26 +0200)
commitd57f4dde80447f0fcdb1c31df7f0657fd2eea369
tree6d5d803883e24304298d8b02bb5a52754284583a
parent375761b2435915b7b1d3bf10dbbe39b47d370177
Fix bug #15148 with garbled display in Dired when cache-long-scans is ON.

 src/callproc.c (call_process): Call prepare_to_modify_buffer before
 decoding text read from the sub-process, as the decoded stuff will
 be inserted into the buffer.  This will invalidate the various
 caches maintained for the buffer.
src/ChangeLog
src/callproc.c