Mercurial > emacs
comparison lisp/mail/rmailsort.el @ 14235:48efd0c5b5dc
(rmail): Add (require 'rmail).
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 20 Jan 1996 07:41:37 +0000 |
parents | e8e99446ef2c |
children | 2cf33d3c5540 |
comparison
equal
deleted
inserted
replaced
14234:685f31261967 | 14235:48efd0c5b5dc |
---|---|
1 ;;; rmailsort.el --- Rmail: sort messages. | 1 ;;; rmailsort.el --- Rmail: sort messages. |
2 | 2 |
3 ;; Copyright (C) 1990, 1993, 1994 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1990, 1993, 1994 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 ;; Version: $Header: /home/gd/gnu/emacs/19.0/lisp/RCS/rmailsort.el,v 1.22 1994/05/03 22:46:37 kwzh Exp kwzh $ | 6 ;; Version: $Header: /home/gd/gnu/emacs/19.0/lisp/RCS/rmailsort.el,v 1.23 1996/01/14 14:30:11 kwzh Exp kwzh $ |
7 ;; Keywords: mail | 7 ;; Keywords: mail |
8 | 8 |
9 ;; This file is part of GNU Emacs. | 9 ;; This file is part of GNU Emacs. |
10 | 10 |
11 ;; GNU Emacs is free software; you can redistribute it and/or modify | 11 ;; GNU Emacs is free software; you can redistribute it and/or modify |
24 ;; Boston, MA 02111-1307, USA. | 24 ;; Boston, MA 02111-1307, USA. |
25 | 25 |
26 ;;; Code: | 26 ;;; Code: |
27 | 27 |
28 (require 'sort) | 28 (require 'sort) |
29 | |
30 ;; For rmail-select-summary | |
31 (require 'rmail) | |
29 | 32 |
30 (autoload 'timezone-make-date-sortable "timezone") | 33 (autoload 'timezone-make-date-sortable "timezone") |
31 | 34 |
32 ;; Sorting messages in Rmail buffer | 35 ;; Sorting messages in Rmail buffer |
33 | 36 |