summaryrefslogtreecommitdiff
blob: a5a297cd74e4885f542777111778c409884e5a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- code/acclaim.lisp~	2004-06-18 20:47:09.000000000 -0500
+++ code/acclaim.lisp	2004-12-22 01:50:22.123494427 -0600
@@ -820,7 +820,7 @@
 			    collect (apply #'make-element nil nil form))))))
 	;; add page numbers to the slidesets
 	(mapcar #'add-page-numbers-to-slideset *slidesets*))
-    (format *trace-output* "Could not load slides definition as the file ~a is not existing.~%Please load one using (load-slide pathname) before starting the slide show with (run)."
+    (format *trace-output* "Could not load slides definition as the file ~a is not existing.~%Please load one using (acclaim::load-slides pathname) before starting the slide show with (run)."
 	    *slides-pathname*)))
 
 (load-slides) ;; <---- !!!