emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH 2/2] Remove superfluous third argument to `org-publish-


From: David Maus
Subject: [Orgmode] [PATCH 2/2] Remove superfluous third argument to `org-publish-cache-set'.
Date: Fri, 14 May 2010 16:56:08 +0200

---
 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 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)
 
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]