From f227c2f1afe9d00561ce4cf0bc60b7df2d7b9815 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 28 Apr 2016 17:02:29 +0200 Subject: [PATCH] Silence byte-compiler --- lisp/org.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 06807f6fd..98521c3ef 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -9849,7 +9849,6 @@ active region." ;; Add a context search string (when (org-xor org-context-in-file-links arg) (let* ((element (org-element-at-point)) - (type (org-element-type element)) (name (org-element-property :name element))) (setq txt (cond ((org-at-heading-p) nil) -- 2.11.4.GIT