Mercurial > emacs
comparison lisp/mail/rmailsort.el @ 807:4f28bd14272c
*** empty log message ***
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Thu, 16 Jul 1992 21:47:34 +0000 |
parents | 02bfc9709961 |
children | 38b2499cb3e9 |
comparison
equal
deleted
inserted
replaced
806:d42e1151eed8 | 807:4f28bd14272c |
---|---|
1 ;;; rmailsort.el --- Rmail: sort messages. | 1 ;;; rmailsort.el --- Rmail: sort messages. |
2 | |
3 ;; Maintainer: FSF | |
4 ;; Last-Modified: 16 Mar 1992 | |
2 | 5 |
3 ;; Copyright (C) 1990 Free Software Foundation, Inc. | 6 ;; Copyright (C) 1990 Free Software Foundation, Inc. |
4 ;; This file is part of GNU Emacs. | 7 ;; This file is part of GNU Emacs. |
5 | 8 |
6 ;; GNU Emacs is free software; you can redistribute it and/or modify | 9 ;; GNU Emacs is free software; you can redistribute it and/or modify |
7 ;; it under the terms of the GNU General Public License as published by | 10 ;; it under the terms of the GNU General Public License as published by |
8 ;; the Free Software Foundation; either version 1, or (at your option) | 11 ;; the Free Software Foundation; either version 2, or (at your option) |
9 ;; any later version. | 12 ;; any later version. |
10 | 13 |
11 ;; GNU Emacs is distributed in the hope that it will be useful, | 14 ;; GNU Emacs is distributed in the hope that it will be useful, |
12 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 | 18 |
16 ;; You should have received a copy of the GNU General Public License | 19 ;; You should have received a copy of the GNU General Public License |
17 ;; along with GNU Emacs; see the file COPYING. If not, write to | 20 ;; along with GNU Emacs; see the file COPYING. If not, write to |
18 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 21 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
19 | 22 |
23 ;;; Code: | |
20 | 24 |
21 (require 'rmail) | 25 (require 'rmail) |
22 (require 'sort) | 26 (require 'sort) |
23 | 27 |
24 ;; GNUS compatible key bindings. | 28 ;; GNUS compatible key bindings. |