comparison lisp/gnus/gnus-sum.el @ 91367:c70e45a7acfd

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
author Miles Bader <miles@gnu.org>
date Wed, 30 Jan 2008 07:57:28 +0000
parents 606f2d163a64 1bb83c2fe524
children
comparison
equal deleted inserted replaced
91366:86f3a8f0a3a6 91367:c70e45a7acfd
4795 "Sort threads by root article number." 4795 "Sort threads by root article number."
4796 (gnus-article-sort-by-number 4796 (gnus-article-sort-by-number
4797 (gnus-thread-header h1) (gnus-thread-header h2))) 4797 (gnus-thread-header h1) (gnus-thread-header h2)))
4798 4798
4799 (defsubst gnus-article-sort-by-random (h1 h2) 4799 (defsubst gnus-article-sort-by-random (h1 h2)
4800 "Sort articles by article number." 4800 "Sort articles randomly."
4801 (zerop (random 2))) 4801 (zerop (random 2)))
4802 4802
4803 (defun gnus-thread-sort-by-random (h1 h2) 4803 (defun gnus-thread-sort-by-random (h1 h2)
4804 "Sort threads by root article number." 4804 "Sort threads randomly."
4805 (gnus-article-sort-by-random 4805 (gnus-article-sort-by-random
4806 (gnus-thread-header h1) (gnus-thread-header h2))) 4806 (gnus-thread-header h1) (gnus-thread-header h2)))
4807 4807
4808 (defsubst gnus-article-sort-by-lines (h1 h2) 4808 (defsubst gnus-article-sort-by-lines (h1 h2)
4809 "Sort articles by article Lines header." 4809 "Sort articles by article Lines header."