]> git.eshelyaron.com Git - emacs.git/commitdiff
python.el comment.
authorGlenn Morris <rgm@gnu.org>
Sun, 21 Nov 2010 02:19:39 +0000 (18:19 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 21 Nov 2010 02:19:39 +0000 (18:19 -0800)
lisp/progmodes/python.el

index ac0fc4f3a3b3d6c081572792ce3251c1d5e155f1..5d528e5fa283e6b33efcf3c18df59cd777609619 100644 (file)
@@ -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