diff options
| author | Miles Bader | 2007-08-03 05:20:51 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-03 05:20:51 +0000 |
| commit | e145a7fe95fb8f97407d125f94653ef95e42696d (patch) | |
| tree | 4f83705aac9d1a4416dabcf774115f7cccb80bda /lisp/progmodes/python.el | |
| parent | 2a4924ce174b1a2b032558f3036f1d95445c4936 (diff) | |
| parent | 2f12b713116a4e15b4744fc78d5f0dbb57fcd1ca (diff) | |
| download | emacs-e145a7fe95fb8f97407d125f94653ef95e42696d.tar.gz emacs-e145a7fe95fb8f97407d125f94653ef95e42696d.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 832-838)
- Remove lisp/erc/erc-nicklist.el
- Update some .arch-inventory files
- Fix void function definition error in cus-edit.el
- Update from CVS
- Restore lisp/emacs-lisp/cl-loaddefs.el
- Merge from emacs--rel--22
* emacs--rel--22 (patch 75-83)
- Update from CVS
- Remove lisp/erc/erc-nicklist.el
- Update some .arch-inventory files
- Indicate that emacs--devo--0--patch-834 does not need to be applied
- Merge from gnus--rel--5.10
- Restore lisp/emacs-lisp/cl-loaddefs.el
* gnus--rel--5.10 (patch 239-241)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-239
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 1caa9ee2007..c3caa7e397c 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1359,7 +1359,7 @@ buffer for a list of commands.)" | |||
| 1359 | (path (getenv "PYTHONPATH")) | 1359 | (path (getenv "PYTHONPATH")) |
| 1360 | (process-environment ; to import emacs.py | 1360 | (process-environment ; to import emacs.py |
| 1361 | (cons (concat "PYTHONPATH=" data-directory | 1361 | (cons (concat "PYTHONPATH=" data-directory |
| 1362 | (if path (concat ":" path))) | 1362 | (if path (concat path-separator path))) |
| 1363 | process-environment))) | 1363 | process-environment))) |
| 1364 | (apply 'make-comint-in-buffer "Python" | 1364 | (apply 'make-comint-in-buffer "Python" |
| 1365 | (if new (generate-new-buffer "*Python*") "*Python*") | 1365 | (if new (generate-new-buffer "*Python*") "*Python*") |