diff lisp/ChangeLog @ 72566:41f22ed02e75

(python-send-command): Don't wait for the command to terminate. Don't fiddle with compilation-parsing-end.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 28 Aug 2006 21:13:34 +0000
parents 186382a0d1cc
children b562a18db094
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Aug 28 16:57:28 2006 +0000
+++ b/lisp/ChangeLog	Mon Aug 28 21:13:34 2006 +0000
@@ -1,7 +1,12 @@
+2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* progmodes/python.el (python-send-command): Don't wait for the command
+	to terminate.  Don't fiddle with compilation-parsing-end.
+
 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
 
-	* emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Insert
-	commentary after first line summary.
+	* emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
+	Insert commentary after first line summary.
 
 	* woman.el (woman-follow): New function, based on `man-follow'.
 	(woman-mode-map): Use it.