www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a3ae3177dfcbb9c59a685fb7782b3063da35daa8
parent 2fc13d178dd0180d1e3d9b517cc81dd24126d83c
Author: Danny Yoo <dyoo@hashcollision.org>
Date:   Thu,  1 Nov 2012 15:14:23 -0600

adding close-eval at the end of scribble files that have a toplevel evaluator

original commit: dcf4d8b040f1acdc535d1542e0d7b1bb1112d987

Diffstat:
Mcollects/macro-debugger/macro-debugger.scrbl | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/collects/macro-debugger/macro-debugger.scrbl b/collects/macro-debugger/macro-debugger.scrbl @@ -567,3 +567,7 @@ module path and the module paths of its immediate dependents. (get-dependencies 'openssl #:exclude (list 'racket)) ] } + + + +@close-eval[the-eval] +\ No newline at end of file