diff options
Diffstat (limited to 'lisp/progmodes/octave-mod.el')
-rw-r--r-- | lisp/progmodes/octave-mod.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/octave-mod.el b/lisp/progmodes/octave-mod.el index e8f3724689b..f97b595b62d 100644 --- a/lisp/progmodes/octave-mod.el +++ b/lisp/progmodes/octave-mod.el @@ -308,7 +308,8 @@ parenthetical grouping.") (defcustom octave-auto-indent nil "*Non-nil means indent line after a semicolon or space in Octave mode." :type 'boolean - :group 'octave) + :group 'octave + :version "20.3") (defcustom octave-auto-newline nil "*Non-nil means automatically newline after a semicolon in Octave mode." |