summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2010-05-14 16:46:25 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-05-15 00:59:53 +0200
commit5e264e35c50767f986506bd821039f3e43c43e09 (patch)
tree36a2246586b81c919852fb268622dc35cfccec40
parent54da0dce2ac7a754d469eccf6d9661e93697fc68 (diff)
downloadorg-mode-5e264e35c50767f986506bd821039f3e43c43e09.tar.gz
Remove superfluous third argument to `org-publish-cache-set'.
-rw-r--r--lisp/org-publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-publish.el b/lisp/org-publish.el
index c35e3f4..e77b1a0 100644
--- a/lisp/org-publish.el
+++ b/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)