summaryrefslogtreecommitdiff
path: root/lisp/sort.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-22 02:58:21 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-22 02:58:21 +0000
commitb05a8583f185c7c4ae4386f56b940e8ccee6c564 (patch)
tree219a728a8e86596fd762a4e4950cb6a5f5c0a120 /lisp/sort.el
parentb71a32d05398f3b49b0439f1b0300533458386b3 (diff)
downloademacs-b05a8583f185c7c4ae4386f56b940e8ccee6c564.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/sort.el')
-rw-r--r--lisp/sort.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/sort.el b/lisp/sort.el
index 63b7190af2a..b03e9947824 100644
--- a/lisp/sort.el
+++ b/lisp/sort.el
@@ -1,12 +1,11 @@
;;; sort.el --- commands to sort text in an Emacs buffer.
+;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
+
;; Author: Howie Kaye
;; Maintainer: FSF
-;; Last-Modified: 28 Aug 1990
;; Keywords: unix
-;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify