summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2015-11-07 23:09:47 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-11-07 23:09:47 +0100
commite1cb24288e769a52b8782ede8a918df901206587 (patch)
tree77a919537865912b866a658c74b361356cc10305
parent0547969c0ca53f7db05219b9debcda072768284b (diff)
downloadorg-mode-e1cb24288e769a52b8782ede8a918df901206587.tar.gz
org-capture: Silence byte-compiler
* lisp/org-capture.el (org-capture-place-template): Remove unused `org-capture-target-marker'.
-rw-r--r--lisp/org-capture.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 368ce4f..8b7581d 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -1011,7 +1011,6 @@ may have been stored before."
(widen)
(outline-show-all)
(goto-char (org-capture-get :pos))
- (setq-local org-capture-target-marker (point-marker))
(setq-local outline-level 'org-outline-level)
(let* ((template (org-capture-get :template))
(type (org-capture-get :type)))