reset hash tables
original commit: ece625fb8fe0d28536fb3f6ab96b64db9af5af74
This commit is contained in:
parent
b943095385
commit
595c5e06d8
|
@ -252,6 +252,10 @@
|
|||
|
||||
(define (doc-collections-changed)
|
||||
(set! doc-collection-date #f)
|
||||
(set! html-keywords (make-hash-table))
|
||||
(set! html-indices (make-hash-table))
|
||||
(set! text-keywords (make-hash-table))
|
||||
(set! text-indices (make-hash-table))
|
||||
(reset-doc-positions!))
|
||||
|
||||
(define re:url-dir (regexp "^([^/]*)/(.*)$"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user