Browse Source

*** empty log message ***

Mark Mine 25 years ago
parent
commit
755dd44f6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/directscripts/python-mode.el

+ 1 - 1
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)