浏览代码

Silence compiler warning

* lisp/org.el (org-open-at-point): Delete unused let binding.
Bastien 5 年之前
父节点
当前提交
1930f10b6f
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      lisp/org.el

+ 1 - 2
lisp/org.el

@@ -8683,8 +8683,7 @@ a link."
        ((memq type '(headline inlinetask))
 	(org-match-line org-complex-heading-regexp)
 	(let ((tags-beg (match-beginning 5))
-	      (tags-end (match-end 5))
-	      (tags-str (match-string 5)))
+	      (tags-end (match-end 5)))
 	  (if (and tags-beg (>= (point) tags-beg) (< (point) tags-end))
 	      ;; On tags.
 	      (org-tags-view