changeset 25184:1b1b29705d53 stable

no need to set page_screen_output option with --traditional * interpreter.cc (interpreter::maximum_braindamage): Remove page_screen_output from the list of options set by --traditional, it is disabled by default now. * basics.txi: Remove page_screen_output from the list of options associated with the --traditional option.
author Mike Miller <mtmiller@octave.org>
date Mon, 09 Apr 2018 11:33:21 -0700
parents e3d5c1def2c8
children 559e4821c3f7
files doc/interpreter/basics.txi libinterp/corefcn/interpreter.cc
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/basics.txi	Mon Apr 09 11:30:58 2018 -0700
+++ b/doc/interpreter/basics.txi	Mon Apr 09 11:33:21 2018 -0700
@@ -254,7 +254,6 @@
 disable_range                   = true
 fixed_point_format              = true
 history_timestamp_format_string = "%%-- %D %I:%M %p --%%"
-page_screen_output              = false
 print_empty_dimensions          = false
 save_default_options            = "-mat-binary"
 struct_levels_to_print          = 0
--- a/libinterp/corefcn/interpreter.cc	Mon Apr 09 11:30:58 2018 -0700
+++ b/libinterp/corefcn/interpreter.cc	Mon Apr 09 11:33:21 2018 -0700
@@ -1298,7 +1298,6 @@
     Fdisable_range (octave_value (true));
     Ffixed_point_format (octave_value (true));
     Fhistory_timestamp_format_string (octave_value ("%%-- %D %I:%M %p --%%"));
-    Fpage_screen_output (octave_value (false));
     Fprint_empty_dimensions (octave_value (false));
     Fsave_default_options (octave_value ("-mat-binary"));
     Fstruct_levels_to_print (octave_value (0));