aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2006-08-28 21:58:27 +0000
committerStefan Monnier2006-08-28 21:58:27 +0000
commite2ac11eba7776e890e2668d7c74e9c0b0b860b8e (patch)
tree06fa249c9fa6bd9a7fbb8b1891499142cc70b1d1 /lisp/ChangeLog
parent6cc91c85a090cbe73d773f69a68d9da7fd2f7a07 (diff)
downloademacs-e2ac11eba7776e890e2668d7c74e9c0b0b860b8e.tar.gz
emacs-e2ac11eba7776e890e2668d7c74e9c0b0b860b8e.zip
(python-send-command): Simplify.
(run-python): Don't generate a new buffer unless `new' was specified. Make sure we send `import emacs' to the proper process.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c0797ec968a..ec5296ba0ca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12006-08-28 Stefan Monnier <monnier@iro.umontreal.ca> 12006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * progmodes/python.el (python-send-command): Simplify.
4 (run-python): Don't generate a new buffer unless `new' was specified.
5 Make sure we send `import emacs' to the proper process.
6
3 * progmodes/python.el (python-send-command): Don't wait for the command 7 * progmodes/python.el (python-send-command): Don't wait for the command
4 to terminate. Don't fiddle with compilation-parsing-end. 8 to terminate. Don't fiddle with compilation-parsing-end.
5 9