浏览代码

org-capture: Silence byte-compiler

* lisp/org-capture.el (org-capture-place-template): Remove unused
  `org-capture-target-marker'.
Nicolas Goaziou 9 年之前
父节点
当前提交
e1cb24288e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lisp/org-capture.el

+ 0 - 1
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)))