diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jun 13 15:15:32 2008 +0000
+++ b/lisp/ChangeLog	Fri Jun 13 16:22:16 2008 +0000
@@ -1,3 +1,11 @@
+2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* 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.
+
 2008-06-13  David Reitter  <david.reitter@gmail.com>
 
 	* textmodes/flyspell.el (mail-mode-flyspell-verify):