changeset 9387:68f4034d4e7e

remove ans from the list of former built-in variables
author John W. Eaton <jwe@octave.org>
date Wed, 24 Jun 2009 12:30:08 -0400
parents d7f45ff0797b
children 5556563c6551
files src/ChangeLog src/pt-assign.cc
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jun 24 11:14:04 2009 -0400
+++ b/src/ChangeLog	Wed Jun 24 12:30:08 2009 -0400
@@ -1,3 +1,7 @@
+2009-06-24  John W. Eaton  <jwe@octave.org>
+
+	* pt-assign.cc (former_built_in_variables): Remove "ans" from the list.
+
 2009-06-24  Jaroslav Hajek  <highegg@gmail.com>
 
 	* unwind-prot.h (restore_var, restore_mem): Hide also copy
--- a/src/pt-assign.cc	Wed Jun 24 11:14:04 2009 -0400
+++ b/src/pt-assign.cc	Wed Jun 24 12:30:08 2009 -0400
@@ -64,7 +64,6 @@
   "PS2",
   "PS4",
   "__kluge_procbuf_delay__",
-  "ans",
   "automatic_replot",
   "beep_on_error",
   "completion_append_char",