Merge from emacs--rel--22
[bpt/emacs.git] / lisp / mail / pmailsort.el
index 970aad1..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.
@@ -245,5 +248,5 @@ Arguments are MSG and FIELD."
 
 (provide 'pmailsort)
 
-;; arch-tag: 0d90896b-0c35-46ac-b240-38be5ada2360
+;; arch-tag: 665da245-f6a7-4115-ad8c-ba19216988d5
 ;;; pmailsort.el ends here