From c1b6920568791989b58ee599291a7fa33c9f1cbf Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 26 Sep 2012 15:18:49 +0200 Subject: [PATCH] Fix a compiler warning. --- lisp/org-capture.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 6a39430ea..a54c78d40 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -807,6 +807,7 @@ already gone. Any prefix argument will be passed to the refile command." ;; store the current point (org-capture-put :initial-target-position (point))) +(defvar org-time-was-given) ; dynamically scoped parameter (defun org-capture-set-target-location (&optional target) "Find TARGET buffer and position. Store them in the capture property list."