diff lisp/loadup.el @ 840:113281b361ec

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 22 Jul 1992 02:58:21 +0000
parents e694e0879463
children 587a08c3a70b
line wrap: on
line diff
--- a/lisp/loadup.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/loadup.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,12 +1,10 @@
 ;;; loadup.el --- load up standardly loaded Lisp files for Emacs.
 
+;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
+
 ;; Maintainer: FSF
-;; Last-Modified: 14 Jul 1992
 ;; Keywords: internal
 
-;; This is loaded into a bare Emacs to make a dumpable one.
-;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
@@ -23,6 +21,10 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
+
+;; This is loaded into a bare Emacs to make a dumpable one.
+
 ;;; Code:
 
 ;;; We don't want to have any undo records in the dumped Emacs.