---
 lisp/org-publish.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/org-publish.el b/lisp/org-publish.el
index 7a2f3c3..c35e3f4 100644
--- a/lisp/org-publish.el
+++ b/lisp/org-publish.el
@@ -937,7 +937,7 @@ and return it."
       (if cexists (load-file cache-file))
       (unless org-publish-cache
        (setq org-publish-cache
-             #s(hash-table test equal weakness nil size 100 data ()))
+             (make-hash-table :test 'equal :weakness nil :size 100))
        (org-publish-cache-set ":project:" project-name)
        (org-publish-cache-set ":cache-file:" cache-file org-publish-cache))
       (unless cexists (org-publish-write-cache-file nil))))
-- 
1.7.1


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to