浏览代码

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

David Maus 15 年之前
父节点
当前提交
5e264e35c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)