From 091af6490f0f4e6a314746401578b52991457ecd Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 20 Nov 2010 18:19:39 -0800 Subject: [PATCH] python.el comment. --- lisp/progmodes/python.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2