changeset 8281:83c59e3f3106

eliminate all mention of return_last_computed_value
author John W. Eaton <jwe@octave.org>
date Tue, 28 Oct 2008 12:33:45 -0400
parents 5ee11a81688e
children 47a3d2f829e4
files doc/interpreter/var.txi emacs/octave-mod.el test/test_prefer.m
diffstat 3 files changed, 1 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/var.txi	Tue Oct 28 12:31:00 2008 -0400
+++ b/doc/interpreter/var.txi	Tue Oct 28 12:33:45 2008 -0400
@@ -486,11 +486,6 @@
 
 Default value: 1.
 
-@item return_last_computed_value
-@xref{Returning From a Function}.
-
-Default value: 0.
-
 @item save_precision
 @xref{Simple File I/O}.
 
--- a/emacs/octave-mod.el	Tue Oct 28 12:31:00 2008 -0400
+++ b/emacs/octave-mod.el	Tue Oct 28 12:33:45 2008 -0400
@@ -149,7 +149,7 @@
     "page_output_immediately" "page_screen_output" "pi"
     "print_answer_id_name" "print_empty_dimensions"
     "program_invocation_name" "program_name"
-    "realmax" "realmin" "return_last_computed_value" "save_precision"
+    "realmax" "realmin" "save_precision"
     "saving_history" "sighup_dumps_octave_core" "sigterm_dumps_octave_core"
     "silent_functions" "split_long_rows" "stderr" "stdin" "stdout"
     "string_fill_char" "struct_levels_to_print"
--- a/test/test_prefer.m	Tue Oct 28 12:31:00 2008 -0400
+++ b/test/test_prefer.m	Tue Oct 28 12:33:45 2008 -0400
@@ -154,11 +154,6 @@
 %% test/octave.test/prefer/prefer-24.m
 %!assert(all (svd ([]) == zeros (0, 1)));
 
-%% FIXME return_last_computed_value no longer exists!!
-%% Remove the next two tests
-%% test/octave.test/prefer/prefer-25.m
-%% test/octave.test/prefer/prefer-26.m
-
 %% test/octave.test/prefer/prefer-27.m
 %!test
 %! sp = save_precision ();