From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Fix typo in function call Date: Tue, 08 Jul 2008 09:17:56 -0400 Message-ID: <87r6a4zf97.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGDEL-00034b-Kz for emacs-orgmode@gnu.org; Tue, 08 Jul 2008 09:27:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGDEJ-00034E-Se for emacs-orgmode@gnu.org; Tue, 08 Jul 2008 09:27:41 -0400 Received: from [199.232.76.173] (port=41062 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGDEJ-000348-IX for emacs-orgmode@gnu.org; Tue, 08 Jul 2008 09:27:39 -0400 Received: from [206.222.19.114] (port=33831 helo=mail.planet-mofo.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KGDEI-0007Ec-PW for emacs-orgmode@gnu.org; Tue, 08 Jul 2008 09:27:39 -0400 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: Carsten Dominik , emacs-orgmode@gnu.org file-name-as-direcory -> file-name-as-directory --- 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 f7dbf19..26eee4d 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -297,7 +297,7 @@ If functions in this hook modify the buffer, it will be saved." (defun org-publish-timestamp-filename (filename) "Return path to timestamp file for filename FILENAME." - (concat (file-name-as-direcory org-publish-timestamp-directory) + (concat (file-name-as-directory org-publish-timestamp-directory) "X" (if (fboundp 'sha1) (sha1 filename) (md5 filename)))) (defun org-publish-needed-p (filename) -- 1.5.6.2.255.gbed62