Fix fontification of keywords clobbered by the prompt.
commit4841a2d8aae1b7b2aa4bda6cf16c1be11d5b132a
authorWolfgang Jenkner <wjenkner@inode.at>
Fri, 17 Apr 2015 17:54:35 +0000 (17 19:54 +0200)
committerWolfgang Jenkner <wjenkner@inode.at>
Fri, 17 Apr 2015 17:56:41 +0000 (17 19:56 +0200)
tree584e74df0620964653ebbad96cdbdacbbe01458f
parent1c565a24acc8409e7415fe6daf74d87476987183
Fix fontification of keywords clobbered by the prompt.

* lisp/comint.el (comint-output-filter): Remove the uses of
with-silent-modifications I introduced as part of the last change.

This fixes, e.g., erratically missing highlighting when running
./configure --help; ./configure in a shell-mode buffer with
compilation-shell-minor-mode turned on.
lisp/comint.el