aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/octave-inf.el
diff options
context:
space:
mode:
authorStephen Eglen <[email protected]>1999-09-06 19:20:29 +0000
committerStephen Eglen <[email protected]>1999-09-06 19:20:29 +0000
commit48495f0fd6afc6aa45f87116552629df39268336 (patch)
tree40719b5532950aa9fbc8384f667c706715094847 /lisp/progmodes/octave-inf.el
parent6340679d442b105363f2fc194f3cb2f20613422b (diff)
add --no-line-editing to inferior-octave-startup-args so that TABs in source
files are not interpreted as completion requests.
Diffstat (limited to 'lisp/progmodes/octave-inf.el')
-rw-r--r--lisp/progmodes/octave-inf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el
index 3c8f0e81e9..6f235c0f02 100644
--- a/lisp/progmodes/octave-inf.el
+++ b/lisp/progmodes/octave-inf.el
@@ -52,7 +52,7 @@ startup."
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\")."