1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

python.el comment.

This commit is contained in:
Glenn Morris 2010-11-20 18:19:39 -08:00
parent 1aaae3f39e
commit 091af6490f

View 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