diff options
| author | Stephen Eglen | 1999-09-06 19:20:29 +0000 |
|---|---|---|
| committer | Stephen Eglen | 1999-09-06 19:20:29 +0000 |
| commit | 48495f0fd6afc6aa45f87116552629df39268336 (patch) | |
| tree | 40719b5532950aa9fbc8384f667c706715094847 | |
| parent | 6340679d442b105363f2fc194f3cb2f20613422b (diff) | |
| download | emacs-48495f0fd6afc6aa45f87116552629df39268336.tar.gz emacs-48495f0fd6afc6aa45f87116552629df39268336.zip | |
add --no-line-editing to inferior-octave-startup-args so that TABs in source
files are not interpreted as completion requests.
| -rw-r--r-- | lisp/progmodes/octave-inf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index 3c8f0e81e91..6f235c0f02f 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el | |||
| @@ -52,7 +52,7 @@ startup." | |||
| 52 | file) | 52 | file) |
| 53 | :group 'octave-inferior) | 53 | :group 'octave-inferior) |
| 54 | 54 | ||
| 55 | (defcustom inferior-octave-startup-args '("-i") | 55 | (defcustom inferior-octave-startup-args '("-i" "--no-line-editing") |
| 56 | "*List of command line arguments for the inferior Octave process. | 56 | "*List of command line arguments for the inferior Octave process. |
| 57 | For example, for suppressing the startup message and using `traditional' | 57 | For example, for suppressing the startup message and using `traditional' |
| 58 | mode, set this to (\"-q\" \"--traditional\")." | 58 | mode, set this to (\"-q\" \"--traditional\")." |