Merge from emacs--rel--22
[bpt/emacs.git] / lisp / mail / pmailsort.el
index 69e626f..91d93bc 100644 (file)
 
 (autoload 'timezone-make-date-sortable "timezone")
 
+(declare-function pmail-dont-reply-to "mail-utils" (destinations))
+(declare-function pmail-desc-get-marker-end "pmailsort" (msgnum))
+(declare-function pmail-desc-get-marker-start "pmailsort" (msgnum))
+(declare-function pmail-update-summary "pmailsum" (&rest ignore))
+
 ;; Sorting messages in Pmail buffer
 
 ;;;###autoload
@@ -151,8 +156,6 @@ KEYWORDS is a comma-separated list of labels."
 \f
 ;; Basic functions
 
-(declare-function pmail-update-summary "pmailsum" (&rest ignore))
-
 (defun pmail-sort-messages (reverse keyfun)
   "Sort messages of current Pmail file.
 If 1st argument REVERSE is non-nil, sort them in reverse order.