mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-01 08:17:34 +00:00
Fix a compiler warning.
This commit is contained in:
parent
6634a30772
commit
c1b6920568
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user