From 755dd44f6d8a8d4882787c27e2e017191ea448b5 Mon Sep 17 00:00:00 2001 From: Mark Mine Date: Mon, 5 Feb 2001 05:53:18 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/directscripts/python-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/directscripts/python-mode.el b/direct/src/directscripts/python-mode.el index 94ba81ed6d..f71caef3a8 100644 --- a/direct/src/directscripts/python-mode.el +++ b/direct/src/directscripts/python-mode.el @@ -151,7 +151,7 @@ mode buffer is visited during an Emacs session. After that, use :type '(repeat string) :group 'python) -(defcustom pyd-python-command-args '("-d -i") +(defcustom pyd-python-command-args '("-u" "-i") "*List of string arguments to be used when starting a Python shell." :type '(repeat string) :group 'python)