"haspref" -> "oldhaspref" (David Aspinall)
authornipkow
Thu, 15 Apr 2004 13:04:50 +0200
changeset 14568 1acde8c39179
parent 14567 03a827b7dbe8
child 14569 78b75a9eec01
"haspref" -> "oldhaspref" (David Aspinall)
src/Pure/proof_general.ML
--- a/src/Pure/proof_general.ML	Thu Apr 15 09:33:12 2004 +0200
+++ b/src/Pure/proof_general.ML	Thu Apr 15 13:04:50 2004 +0200
@@ -323,7 +323,7 @@
 (* NB: the default returned here is actually the current value, so
    repeated uses of <askprefs> will not work correctly. *)
 fun show_options () = issue_pgip (map 
-  (fn (name, (descr, (ty, get, _))) => (XML.element "haspref"
+  (fn (name, (descr, (ty, get, _))) => (XML.element "oldhaspref"
     [("type", ty), ("descr", descr), ("default", get ())] [name])) (!options));
 
 fun set_option name value = (case assoc (!options, name) of