From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] fix compiler warning in org-footnote.el for not known to be defined function org-combine-plists defined in org.el but not declared in org-footnote.el Date: Sat, 16 Jul 2011 10:33:51 +0200 Message-ID: <87d3haipzk.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qi0Jw-0000Tf-VJ for emacs-orgmode@gnu.org; Sat, 16 Jul 2011 04:33:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qi0Jw-0000R0-5w for emacs-orgmode@gnu.org; Sat, 16 Jul 2011 04:33:56 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:50115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qi0Jv-0000Qw-RP for emacs-orgmode@gnu.org; Sat, 16 Jul 2011 04:33:56 -0400 Received: by wwf22 with SMTP id 22so1516119wwf.30 for ; Sat, 16 Jul 2011 01:33:55 -0700 (PDT) In-Reply-To: (Matthew Sauer's message of "Fri, 15 Jul 2011 18:57:27 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matthew Sauer Cc: Org Mode Mailing List Hello, Matthew Sauer writes: > diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el > index 03e6369..3a30575 100644 > --- a/lisp/org-footnote.el > +++ b/lisp/org-footnote.el > @@ -54,6 +54,7 @@ > (declare-function org-fill-paragraph "org" (&optional justify)) > (declare-function org-export-preprocess-string "org-exp" > (string &rest parameters)) > +(declare-function org-combine-plists "org" (&rest plists)) > (defvar org-odd-levels-only) ;; defined in org.el > (defvar org-bracket-link-regexp) ; defined in org.el > (defvar message-signature-separator) ;; defined in message.el I have applied it. Thank you. Regards, -- Nicolas Goaziou