]> git.eshelyaron.com Git - emacs.git/commitdiff
add --no-line-editing to inferior-octave-startup-args so that TABs in source
authorStephen Eglen <stephen@gnu.org>
Mon, 6 Sep 1999 19:20:29 +0000 (19:20 +0000)
committerStephen Eglen <stephen@gnu.org>
Mon, 6 Sep 1999 19:20:29 +0000 (19:20 +0000)
files are not interpreted as completion requests.

lisp/progmodes/octave-inf.el

index 3c8f0e81e91ffb20f14d453bcc773f941a07aca8..6f235c0f02ffc10a88440984d1870361e393c223 100644 (file)
@@ -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\")."