Skip to content

Commit

Permalink
Fix byte-compile warnings
Browse files Browse the repository at this point in the history
Fixes #71
  • Loading branch information
kljohann authored and abo-abo committed Jan 21, 2021
1 parent 6d988e5 commit e1b1c91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ace-link.el
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,13 @@ If EXTERNAL is double prefix, browse in new buffer."
(declare-function compile-goto-error "compile")

;;* `ace-link-gnus'
(defvar gnus-article-buffer)
(defvar mm-text-html-renderer)
(declare-function gnus-article-press-button "gnus-art")
(declare-function gnus-get-buffer-window "gnus-win")
(declare-function widget-button-press "wid-edit")
(declare-function widget-forward "wid-edit")

;;;###autoload
(defun ace-link-gnus ()
"Open a visible link in a `gnus-article-mode' buffer."
Expand Down

0 comments on commit e1b1c91

Please sign in to comment.