# HG changeset patch # User jwe # Date 874679798 0 # Node ID e08136623329b42fc92dc35b2a07d8e185c66752 # Parent 4bdba9d5631604f3815e744f7741d989a554b0ee [project @ 1997-09-19 14:36:38 by jwe] diff --git a/emacs/octave-inf.el b/emacs/octave-inf.el --- a/emacs/octave-inf.el +++ b/emacs/octave-inf.el @@ -41,7 +41,7 @@ The contents of this file are sent to the inferior Octave process on startup.") -(defvar inferior-octave-startup-args nil +(defvar inferior-octave-startup-args '("-i") "*List of command line arguments for the inferior Octave process. For example, for suppressing the startup message and using `traditional' mode, set this to (\"-q\" \"--traditional\").")