summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-11-20 18:19:39 -0800
committerGlenn Morris <rgm@gnu.org>2010-11-20 18:19:39 -0800
commit091af6490f0f4e6a314746401578b52991457ecd (patch)
treeb3460a1ffe89f755697796cab75fa81a22149b4e /lisp
parent1aaae3f39e02d2190dc59c2b56e1c0356863730c (diff)
downloademacs-091af6490f0f4e6a314746401578b52991457ecd.tar.gz
python.el comment.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/python.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index ac0fc4f3a3b..5d528e5fa28 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1550,6 +1550,7 @@ buffer for a list of commands.)"
(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