diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 21:11:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 21:11:25 +0000 |
commit | c88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d (patch) | |
tree | 0dddeeff29c5a9f505aa940c413efc05d73964a6 /lisp/mail/rmailsort.el | |
parent | d501f51645d966e8fe2febba698779996b33eb21 (diff) | |
download | emacs-c88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/mail/rmailsort.el')
-rw-r--r-- | lisp/mail/rmailsort.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el index 3bc00ddbf1b..d17c5fa6b42 100644 --- a/lisp/mail/rmailsort.el +++ b/lisp/mail/rmailsort.el @@ -1,4 +1,5 @@ -;;; Rmail: sort messages. +;;; rmailsort.el --- Rmail: sort messages. + ;; Copyright (C) 1990 Masanobu UMEDA ;; umerin@tc.Nagasaki.GO.JP? @@ -202,3 +203,5 @@ Arguments are MSG and FIELD." year-string)) (provide 'rmailsort) + +;;; rmailsort.el ends here |