Skip to content

Commit

Permalink
Fix: (org-super-agenda--map-children) Byte-compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Aug 9, 2019
1 parent ca2bc44 commit bd674a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-super-agenda.el
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ See `format-time-string'."
If ANY is non-nil, return as soon as FORM returns non-nil."
(declare (indent defun)
(debug (":form" form [&optional ":any" sexp])))
(org-with-gensyms (tree-start result all-results region-beginning region-end)
(org-with-gensyms (tree-start all-results)
`(save-excursion
(save-restriction
(let ((,tree-start (point))
Expand Down

0 comments on commit bd674a4

Please sign in to comment.