emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/pmailsort.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/pmailsort.el,v
Date: Sat, 06 Sep 2008 18:44:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/09/06 18:44:37

Index: pmailsort.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/pmailsort.el,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- pmailsort.el        6 Sep 2008 02:55:29 -0000       1.6
+++ pmailsort.el        6 Sep 2008 18:44:36 -0000       1.7
@@ -33,8 +33,6 @@
 
 (autoload 'timezone-make-date-sortable "timezone")
 
-;(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
@@ -176,8 +174,8 @@
          (setq sort-lists
                (cons (list (funcall keyfun msgnum) ;Make sorting key
                            (eq pmail-current-message msgnum) ;True if current
-                           (pmail-desc-get-marker-start msgnum)
-                           (pmail-desc-get-marker-end msgnum))
+                           (pmail-desc-get-start msgnum)
+                           (pmail-desc-get-end msgnum))
                      sort-lists))
          (if (zerop (% msgnum 10))
              (message "Finding sort keys...%d" msgnum))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]