summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2012-10-07 15:04:00 +0200
committerAchim Gratz <Stromeko@Stromeko.DE>2012-10-07 18:11:25 +0200
commitb47a7d51257688704884245972331fe7a9727cc5 (patch)
tree934d4afca6a50c2e98f970b78a43920dfc22d4b6
parent20ac3a3b360cc8382dc2a5d97955abf1bf0bab5a (diff)
downloadorg-mode-b47a7d51257688704884245972331fe7a9727cc5.tar.gz
refer to libraries only by name
* contrib/lisp/org-e-odt.el: Replace arc-mode.el -> arc-mode. * lisp/org-odt.el: Replace arc-mode.el -> arc-mode. * lisp/org.el: Replace org-macs.el -> org-macs.
-rw-r--r--contrib/lisp/org-e-odt.el2
-rw-r--r--lisp/org-odt.el2
-rw-r--r--lisp/org.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/lisp/org-e-odt.el b/contrib/lisp/org-e-odt.el
index b2f7479..ecd9ad8 100644
--- a/contrib/lisp/org-e-odt.el
+++ b/contrib/lisp/org-e-odt.el
@@ -98,7 +98,7 @@
(declare-function org-id-find-id-file "org-id" (id))
(declare-function hfy-face-to-style "htmlfontify" (fn))
(declare-function hfy-face-or-def-to-name "htmlfontify" (fn))
-(declare-function archive-zip-extract "arc-mode.el" (archive name))
+(declare-function archive-zip-extract "arc-mode" (archive name))
(declare-function org-create-math-formula "org" (latex-frag &optional mathml-file))
(declare-function browse-url-file-url "browse-url" (file))
diff --git a/lisp/org-odt.el b/lisp/org-odt.el
index 7e7e5e1..2dc3af3 100644
--- a/lisp/org-odt.el
+++ b/lisp/org-odt.el
@@ -2718,7 +2718,7 @@ Do this when translation to MathML fails."
(defun org-export-odt-preprocess (parameters)
(org-export-odt-preprocess-label-references))
-(declare-function archive-zip-extract "arc-mode.el" (archive name))
+(declare-function archive-zip-extract "arc-mode" (archive name))
(defun org-odt-zip-extract-one (archive member &optional target)
(require 'arc-mode)
(let* ((target (or target default-directory))
diff --git a/lisp/org.el b/lisp/org.el
index 935b586..bad5a9e 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10976,7 +10976,7 @@ this is used for the GOTO interface."
(org-refile-new-child parent-target child)))
(error "Invalid target location")))))
-(declare-function org-string-nw-p "org-macs.el" (s))
+(declare-function org-string-nw-p "org-macs" (s))
(defun org-refile-check-position (refile-pointer)
"Check if the refile pointer matches the readline to which it points."
(let* ((file (nth 1 refile-pointer))