Silence compiler warning

* lisp/org.el (org-open-at-point): Delete unused let binding.
This commit is contained in:
Bastien 2020-01-27 16:12:19 +01:00
parent 53acdfaa03
commit 1930f10b6f
1 changed files with 1 additions and 2 deletions

View File

@ -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