(pgg-display-output-buffer): Declare as function.
This commit is contained in:
parent
b003785afc
commit
1888e56807
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-02-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* gnus-art.el (pgg-display-output-buffer): Declare as function.
|
||||
|
||||
2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* gnus.el (gnus-group-startup-message): Add `find-image' call before
|
||||
|
|
|
@ -7895,6 +7895,9 @@ url is put as the `gnus-button-url' overlay property on the button."
|
|||
(Info-directory)
|
||||
(Info-menu url))
|
||||
|
||||
;; Called after pgg-snarf-keys-region, which autoloads pgg.el.
|
||||
(declare-function pgg-display-output-buffer "pgg" (start end status))
|
||||
|
||||
(defun gnus-button-openpgp (url)
|
||||
"Retrieve and add an OpenPGP key given URL from an OpenPGP header."
|
||||
(with-temp-buffer
|
||||
|
|
Loading…
Add table
Reference in a new issue