From 50e766a79b8e3145f3b005cdb2d9998c88967970 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 26 Mar 2012 17:21:44 +0200 Subject: [PATCH] Declare function `org-string-nw-p'. --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index adecfc1f0..290d7378b 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))