0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 10:16:27 +00:00

Declare a function.

This commit is contained in:
Carsten Dominik 2009-06-07 22:05:03 +02:00
parent 118ee1deaf
commit a68ff7f101

View file

@ -54,6 +54,8 @@ negates this setting for the duration of the command."
(declare-function gnus-article-show-summary "gnus-art" ())
(declare-function gnus-summary-last-subject "gnus-sum" ())
(declare-function message-fetch-field "message" (header &optional not-all))
(declare-function message-narrow-to-head-1 "message" nil)
(defvar gnus-other-frame-object)
(defvar gnus-group-name)
(defvar gnus-article-current)