From a68ff7f1013ee7403649b0b1a264808b7f633c54 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sun, 7 Jun 2009 22:05:03 +0200 Subject: [PATCH] Declare a function. --- lisp/org-gnus.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index e1a6e3622..0efcdb6ef 100644 --- a/lisp/org-gnus.el +++ b/lisp/org-gnus.el @@ -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)