--- a/src/Pure/Thy/thy_info.ML Wed Mar 17 15:43:04 1999 +0100
+++ b/src/Pure/Thy/thy_info.ML Wed Mar 17 16:32:38 1999 +0100
@@ -198,7 +198,7 @@
if exists (equal path o #1) files then
Some (make_deps present outdated master (overwrite (files, (path, Some info))))
else (warning (loader_msg "undeclared dependency of theory" [name] ^
- "on file: " ^ quote (Path.pack path)); deps)
+ " on file: " ^ quote (Path.pack path)); deps)
| provide _ _ None = None;
in
(case apsome PureThy.get_name (Context.get_context ()) of