]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-sort-by-labels): Renamed from
authorGerd Moellmann <gerd@gnu.org>
Mon, 7 May 2001 10:06:15 +0000 (10:06 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 7 May 2001 10:06:15 +0000 (10:06 +0000)
rmail-sort-by-keywords.

lisp/mail/rmailsort.el

index 316e833a76dad7cfa7d6f1ecad982b9bb6d8ea52..481139078021ccdf5af59f69e5513e787089c595 100644 (file)
@@ -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 @@ If prefix argument REVERSE is non-nil, sort them in reverse order."
                                       (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."