Browse Source

Remove superfluous third argument to `org-publish-cache-set'.

David Maus 15 years ago
parent
commit
5e264e35c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-publish.el

+ 1 - 1
lisp/org-publish.el

@@ -939,7 +939,7 @@ and return it."
 	(setq org-publish-cache
 	      (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))
+	(org-publish-cache-set ":cache-file:" cache-file))
       (unless cexists (org-publish-write-cache-file nil))))
   org-publish-cache)