emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Noorul Islam <noorul@noorul.com>
To: emacs-org list <emacs-orgmode@gnu.org>
Subject: [PATCH] ob.el - Hide compiler warning
Date: Sat, 7 Aug 2010 19:31:55 +0530	[thread overview]
Message-ID: <AANLkTik+3jLp90pvCdL6uDkJ6=4AjRS8k-owub+J09OM@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 153 bytes --]

Hi,

Patch to hide compiler warning in ob.el

* lisp/ob.el
  Declare org-babel-lob-execute-maybe() to avoid compiler warning.

Thanks and Regards
Noorul

[-- Attachment #1.2: Type: text/html, Size: 263 bytes --]

[-- Attachment #2: ob-warning.txt --]
[-- Type: text/plain, Size: 487 bytes --]

diff --git a/lisp/ob.el b/lisp/ob.el
index ffb0aab..607d53a 100644
--- a/lisp/ob.el
+++ b/lisp/ob.el
@@ -61,6 +61,7 @@
 (declare-function org-babel-ref-split-args "ob-ref" (arg-string))
 (declare-function org-babel-ref-variables "ob-ref" (params))
 (declare-function org-babel-ref-resolve-reference "ob-ref" (ref &optional params))
+(declare-function org-babel-lob-execute-maybe "ob-lob" nil)
 
 (defgroup org-babel nil
   "Code block evaluation and management in `org-mode' documents."

[-- Attachment #3: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

             reply	other threads:[~2010-08-08 17:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-07 14:01 Noorul Islam [this message]
2010-08-09  3:30 ` [PATCH] ob.el - Hide compiler warning Eric Schulte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTik+3jLp90pvCdL6uDkJ6=4AjRS8k-owub+J09OM@mail.gmail.com' \
    --to=noorul@noorul.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).