comparison lisp/mail/rmailsort.el @ 38412:253f761ad37b

Some fixes to follow coding conventions in files maintained by FSF.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 16:15:35 +0000
parents 0858ec0fee79
children 0d8b17d428b5
comparison
equal deleted inserted replaced
38411:2fc02d49a9a4 38412:253f761ad37b
1 ;;; rmailsort.el --- Rmail: sort messages. 1 ;;; rmailsort.el --- Rmail: sort messages
2 2
3 ;; Copyright (C) 1990, 1993, 1994, 2001 Free Software Foundation, Inc. 3 ;; Copyright (C) 1990, 1993, 1994, 2001 Free Software Foundation, Inc.
4 4
5 ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> 5 ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
6 ;; Maintainer: FSF 6 ;; Maintainer: FSF
20 20
21 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 ;; Boston, MA 02111-1307, USA. 24 ;; Boston, MA 02111-1307, USA.
25
26 ;;; Commentary:
25 27
26 ;;; Code: 28 ;;; Code:
27 29
28 (require 'sort) 30 (require 'sort)
29 31