comparison lisp/ChangeLog @ 95899:d5d7186027e2

* progmodes/compile.el (compilation-start): Don't disable undo in comint buffer. Don't override the comint-filter with our own. (compilation-filter): Change point's insertion-type. * comint.el (comint-output-filter): Use copy-marker.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 13 Jun 2008 16:22:16 +0000
parents 22320e063151
children 88b5804d67f4
comparison
equal deleted inserted replaced
95898:22320e063151 95899:d5d7186027e2
1 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/compile.el (compilation-start): Don't disable undo in
4 comint buffer. Don't override the comint-filter with our own.
5 (compilation-filter): Change point's insertion-type.
6
7 * comint.el (comint-output-filter): Use copy-marker.
8
1 2008-06-13 David Reitter <david.reitter@gmail.com> 9 2008-06-13 David Reitter <david.reitter@gmail.com>
2 10
3 * textmodes/flyspell.el (mail-mode-flyspell-verify): 11 * textmodes/flyspell.el (mail-mode-flyspell-verify):
4 Check message-signature-separator exists before using it. 12 Check message-signature-separator exists before using it.
5 13