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
commiteea8d4efafbc96001f7c1e0e0cee5912400ba667 (patch)
tree9a21b2d45a7e31582806e0e06c2b419d2b9bc254 /lisp/sort.el
parent638cb9c6b7a9c3cd4f5ad7dfe6fef60928cc89de (diff)
downloademacs-eea8d4efafbc96001f7c1e0e0cee5912400ba667.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