Skip to content

Commit

Permalink
Declare ejira-focus-item-under-point to avoid byte-compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyyManni committed Sep 27, 2019
1 parent 44ee5ff commit 35d600b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ejira-agenda.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
(defvar ejira-narrow-to-issue-from-agenda t
"When set, pressing <RET> in agenda opens the issue in an indirect buffer.")

(declare-function ejira-focus-item-under-point "ejira.el")

(defvar ejira-narrow-to-issue-from-agenda t)
(defun ejira--focus-advice ()
"Narrow and expand the issue selected from `org-agenda'."
Expand Down

0 comments on commit 35d600b

Please sign in to comment.