projects
/
org-mode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d65f5c9
)
org-lparse.el (browse-url-file-url): Declare.
author
Bastien Guerry
<bzg@altern.org>
Wed, 24 Oct 2012 10:44:22 +0000 (12:44 +0200)
committer
Bastien Guerry
<bzg@altern.org>
Wed, 24 Oct 2012 10:44:22 +0000 (12:44 +0200)
* org-lparse.el (browse-url-file-url): Declare.
lisp/org-lparse.el
patch
|
blob
|
history
diff --git
a/lisp/org-lparse.el
b/lisp/org-lparse.el
index
1413dd1
..
91b7cc9
100644
(file)
--- a/
lisp/org-lparse.el
+++ b/
lisp/org-lparse.el
@@
-475,6
+475,8
@@
This is a helper routine for interactive use."
(eval-when-compile
(require 'browse-url))
+(declare-function browse-url-file-url "browse-url" (file))
+
(defun org-lparse-do-convert (in-file out-fmt &optional prefix-arg)
"Workhorse routine for `org-export-odt-convert'."
(require 'browse-url)