changeset 12017:038885dcfb34 release-3-2-x

remove ans from the list of former built-in variables
author John W. Eaton <jwe@octave.org>
date Thu, 25 Jun 2009 06:36:15 +0200
parents a224089d84ef
children d6ddf4f33b1c
files src/ChangeLog src/pt-assign.cc
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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>
 
 	* pt-eval.cc (do_unwind_protect_cleanup_code):
--- a/src/pt-assign.cc
+++ b/src/pt-assign.cc
@@ -64,7 +64,6 @@
   "PS2",
   "PS4",
   "__kluge_procbuf_delay__",
-  "ans",
   "automatic_replot",
   "beep_on_error",
   "completion_append_char",