aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-12-11 05:44:54 +0000
committerGlenn Morris2007-12-11 05:44:54 +0000
commit704f16638a2c1888c4e4b80a5ee8e4b6d8743f23 (patch)
tree9ebdf640bb5dbe4572f4dc5ec6291bd2e887063e
parentc7e9cfaf696803061e90ce07fc62af34046c9be6 (diff)
downloademacs-704f16638a2c1888c4e4b80a5ee8e4b6d8743f23.tar.gz
emacs-704f16638a2c1888c4e4b80a5ee8e4b6d8743f23.zip
(turn-on-gnus-mailing-list-mode)
(gnus-cache-write-active, mm-uu-dissect, idna-to-unicode): Declare as functions.
-rw-r--r--lisp/gnus/gnus-sum.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index 72a79035f0c..2f4ccb7307c 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -2962,6 +2962,9 @@ When FORCE, rebuild the tool bar."
2962 (setq headers (cdr headers))) 2962 (setq headers (cdr headers)))
2963 (list (nreverse outh)))))))) 2963 (list (nreverse outh))))))))
2964 2964
2965
2966(declare-function turn-on-gnus-mailing-list-mode "gnus-ml" ())
2967
2965 2968
2966 2969
2967(defun gnus-summary-mode (&optional group) 2970(defun gnus-summary-mode (&optional group)
@@ -6951,6 +6954,8 @@ If FORCE (the prefix), also save the .newsrc file(s)."
6951 (gnus-save-newsrc-file) 6954 (gnus-save-newsrc-file)
6952 (gnus-dribble-save))) 6955 (gnus-dribble-save)))
6953 6956
6957(declare-function gnus-cache-write-active "gnus-cache" (&optional force))
6958
6954(defun gnus-summary-exit (&optional temporary leave-hidden) 6959(defun gnus-summary-exit (&optional temporary leave-hidden)
6955 "Exit reading current newsgroup, and then return to group selection mode. 6960 "Exit reading current newsgroup, and then return to group selection mode.
6956`gnus-exit-group-hook' is called with no arguments if that value is non-nil." 6961`gnus-exit-group-hook' is called with no arguments if that value is non-nil."
@@ -9442,6 +9447,8 @@ prefix specifies how many places to rotate each letter forward."
9442 ;; Create buttons and stuff... 9447 ;; Create buttons and stuff...
9443 (gnus-treat-article nil)) 9448 (gnus-treat-article nil))
9444 9449
9450(declare-function idna-to-unicode "ext:idna" (str))
9451
9445(defun gnus-summary-idna-message (&optional arg) 9452(defun gnus-summary-idna-message (&optional arg)
9446 "Decode IDNA encoded domain names in the current articles. 9453 "Decode IDNA encoded domain names in the current articles.
9447IDNA encoded domain names looks like `xn--bar'. If a string 9454IDNA encoded domain names looks like `xn--bar'. If a string
@@ -11797,6 +11804,7 @@ save those articles instead."
11797 encoded))) 11804 encoded)))
11798 11805
11799(defvar gnus-summary-save-parts-counter) 11806(defvar gnus-summary-save-parts-counter)
11807(declare-function mm-uu-dissect "mm-uu" (&optional noheader mime-type))
11800 11808
11801(defun gnus-summary-save-parts (type dir n &optional reverse) 11809(defun gnus-summary-save-parts (type dir n &optional reverse)
11802 "Save parts matching TYPE to DIR. 11810 "Save parts matching TYPE to DIR.