Mercurial > emacs
changeset 37591:0858ec0fee79
(rmail-sort-by-labels): Renamed from
rmail-sort-by-keywords.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 07 May 2001 10:06:15 +0000 |
parents | 003e23c611eb |
children | 767fb2304ebd |
files | lisp/mail/rmailsort.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmailsort.el Mon May 07 10:05:41 2001 +0000 +++ b/lisp/mail/rmailsort.el Mon May 07 10:06:15 2001 +0000 @@ -1,6 +1,6 @@ ;;; rmailsort.el --- Rmail: sort messages. -;; Copyright (C) 1990, 1993, 1994 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1993, 1994, 2001 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> ;; Maintainer: FSF @@ -121,7 +121,7 @@ (rmail-msgend msg)))))) ;;;###autoload -(defun rmail-sort-by-keywords (reverse labels) +(defun rmail-sort-by-labels (reverse labels) "Sort messages of current Rmail file by labels. If prefix argument REVERSE is non-nil, sort them in reverse order. KEYWORDS is a comma-separated list of labels."