summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-01-27 16:12:19 +0100
committerBastien <bzg@gnu.org>2020-01-27 16:12:19 +0100
commit1930f10b6f0769056d105b910ba433f2cedbbaf5 (patch)
tree337c970fea341af86e09f736e453d77999708050
parent53acdfaa035a1a2915bc16012db1a08190c9dbd9 (diff)
downloadorg-mode-1930f10b6f0769056d105b910ba433f2cedbbaf5.tar.gz
Silence compiler warning
* lisp/org.el (org-open-at-point): Delete unused let binding.
-rw-r--r--lisp/org.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index efc2761..00d93d6 100644
--- a/lisp/org.el
+++ b/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