* [PATCH] ob.el - Hide compiler warning
@ 2010-08-07 14:01 Noorul Islam
2010-08-09 3:30 ` Eric Schulte
0 siblings, 1 reply; 2+ messages in thread
From: Noorul Islam @ 2010-08-07 14:01 UTC (permalink / raw)
To: emacs-org list
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ob.el - Hide compiler warning
2010-08-07 14:01 [PATCH] ob.el - Hide compiler warning Noorul Islam
@ 2010-08-09 3:30 ` Eric Schulte
0 siblings, 0 replies; 2+ messages in thread
From: Eric Schulte @ 2010-08-09 3:30 UTC (permalink / raw)
To: Noorul Islam; +Cc: emacs-org list
Applied, Thanks -- Eric
Noorul Islam <noorul@noorul.com> writes:
> 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
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-09 3:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-07 14:01 [PATCH] ob.el - Hide compiler warning Noorul Islam
2010-08-09 3:30 ` Eric Schulte
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).