summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-03-26 17:21:44 +0200
committerBastien Guerry <bzg@altern.org>2012-03-26 17:21:44 +0200
commit50e766a79b8e3145f3b005cdb2d9998c88967970 (patch)
tree07922caecf78ee8e18619a4dd60fe70b401c8b69
parent2ef04872ed5a52601b35b34dd3c5cf232f37379d (diff)
downloadorg-mode-50e766a79b8e3145f3b005cdb2d9998c88967970.tar.gz
Declare function `org-string-nw-p'.
-rw-r--r--lisp/org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org.el b/lisp/org.el
index adecfc1..290d737 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10859,6 +10859,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))
(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))