From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: [PATCH 2/2] Remove superfluous third argument to `org-publish-cache-set'. Date: Fri, 14 May 2010 16:56:08 +0200 Message-ID: <1273848968-3834-3-git-send-email-dmaus@ictsoc.de> References: Return-path: Received: from [140.186.70.92] (port=59418 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCwJs-0001U0-JS for emacs-orgmode@gnu.org; Fri, 14 May 2010 10:56:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCwJr-000779-9X for emacs-orgmode@gnu.org; Fri, 14 May 2010 10:56:56 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:50129) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCwJq-00076o-Ia for emacs-orgmode@gnu.org; Fri, 14 May 2010 10:56:54 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --- 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