emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100225: python.el comment.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100225: python.el comment.
Date: Sat, 20 Nov 2010 18:19:39 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100225
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Sat 2010-11-20 18:19:39 -0800
message:
  python.el comment.
modified:
  lisp/progmodes/python.el
=== modified file 'lisp/progmodes/python.el'
--- a/lisp/progmodes/python.el  2010-11-10 07:46:01 +0000
+++ b/lisp/progmodes/python.el  2010-11-21 02:19:39 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]