Mercurial > emacs
changeset 25568:df3d0e102b5a
add --no-line-editing to inferior-octave-startup-args so that TABs in source
files are not interpreted as completion requests.
author | Stephen Eglen <stephen@gnu.org> |
---|---|
date | Mon, 06 Sep 1999 19:20:29 +0000 |
parents | c6181e97cf15 |
children | fcdaa4081df4 |
files | lisp/progmodes/octave-inf.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/octave-inf.el Mon Sep 06 16:07:27 1999 +0000 +++ b/lisp/progmodes/octave-inf.el Mon Sep 06 19:20:29 1999 +0000 @@ -52,7 +52,7 @@ file) :group 'octave-inferior) -(defcustom inferior-octave-startup-args '("-i") +(defcustom inferior-octave-startup-args '("-i" "--no-line-editing") "*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\")."