src/Pure/logic.ML
changeset 4693 2e47ea2c6109
parent 4679 24917efb31b5
child 4822 2733e21814fe
--- a/src/Pure/logic.ML	Mon Mar 09 16:08:37 1998 +0100
+++ b/src/Pure/logic.ML	Mon Mar 09 16:09:06 1998 +0100
@@ -231,7 +231,7 @@
 
 (*rename_prefix is not exported; it is set by this function.*)
 fun set_rename_prefix a =
-    if a<>"" andalso forall is_letter (explode a)
+    if a<>"" andalso forall Symbol.is_letter (Symbol.explode a)
     then  (rename_prefix := a;  auto_rename := true)
     else  error"rename prefix must be nonempty and consist of letters";