Mercurial > hg > octave-jordi
changeset 3084:e08136623329
[project @ 1997-09-19 14:36:38 by jwe]
author | jwe |
---|---|
date | Fri, 19 Sep 1997 14:36:38 +0000 |
parents | 4bdba9d56316 |
children | e6d14959bea9 |
files | emacs/octave-inf.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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\").")