diff options
| author | Stefan Monnier | 2006-08-28 21:58:27 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-08-28 21:58:27 +0000 |
| commit | e2ac11eba7776e890e2668d7c74e9c0b0b860b8e (patch) | |
| tree | 06fa249c9fa6bd9a7fbb8b1891499142cc70b1d1 /lisp/ChangeLog | |
| parent | 6cc91c85a090cbe73d773f69a68d9da7fd2f7a07 (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 @@ | |||
| 1 | 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2006-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 | ||