Mercurial > emacs
changeset 111750:372e746a38d7
python.el comment.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 20 Nov 2010 18:19:39 -0800 |
parents | 6e15675f8126 |
children | 26fa428c5896 |
files | lisp/progmodes/python.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/python.el Sat Nov 20 18:16:10 2010 -0500 +++ b/lisp/progmodes/python.el Sat Nov 20 18:19:39 2010 -0800 @@ -1550,6 +1550,7 @@ (with-current-buffer (let* ((cmdlist (append (python-args-to-list cmd) + ;; See http://lists.gnu.org/archive/html/emacs-devel/2008-09/msg00215.html '("-i" "-c" "import sys; sys.path.remove('')"))) (path (getenv "PYTHONPATH")) (process-environment ; to import emacs.py