Mercurial > emacs
diff lisp/sort.el @ 658:7cbd4fcd8b0f
*** empty log message ***
| author | Eric S. Raymond <esr@snark.thyrsus.com> |
|---|---|
| date | Sat, 30 May 1992 21:11:25 +0000 |
| parents | 4cd7543be581 |
| children | 4f28bd14272c |
line wrap: on
line diff
--- a/lisp/sort.el Sat May 30 20:24:49 1992 +0000 +++ b/lisp/sort.el Sat May 30 21:11:25 1992 +0000 @@ -1,4 +1,5 @@ -;; Commands to sort text in an Emacs buffer. +;;; sort.el --- commands to sort text in an Emacs buffer. + ;; Copyright (C) 1986, 1987 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -445,3 +446,4 @@ (provide 'sort) +;;; sort.el ends here
