소스 검색

Declare a function.

Carsten Dominik 16 년 전
부모
커밋
a68ff7f101
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      lisp/org-gnus.el

+ 2 - 0
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)