Overview
| Comment: | Revert unneeded changes to setup module | 
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA3-256: | 2af9d30b6ce7264a1d72a7491011d61c | 
| User & Date: | joel on 2018-09-22 20:31:44 | 
| Other Links: | manifest | tags | 
Context
| 2018-09-22 | ||
| 20:41 | Make footnote links bold check-in: 8701d7c2 user: joel tags: trunk | |
| 20:31 | Revert unneeded changes to setup module check-in: 2af9d30b user: joel tags: trunk | |
| 20:30 | Fix for error when note contents are not a tagged X-expression (e.g. a single sentence) check-in: d4c38fce user: joel tags: trunk | |
Changes
Modified pollen.rkt from [3efe7301] to [b6743712].
| ︙ | ︙ | |||
| 35 36 37 38 39 40 41 | 
         "template-html.rkt"
         "crystalize.rkt")
(provide (all-defined-out)
         (all-from-out "crystalize.rkt" "template-html.rkt"))
(module setup racket/base
 | | < | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | 
         "template-html.rkt"
         "crystalize.rkt")
(provide (all-defined-out)
         (all-from-out "crystalize.rkt" "template-html.rkt"))
(module setup racket/base
  (require syntax/modresolve)
  (provide (all-defined-out))
  (define poly-targets '(html))
  (define cache-watchlist
    (map resolve-module-path '("tags-html.rkt"
                               "template-html.rkt"
                               "dust.rkt"
                               "crystalize.rkt"))))
;; Macro for defining tag functions that automatically branch based on the 
 | 
| ︙ | ︙ |