summaryrefslogtreecommitdiff
path: root/lisp/loadup.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/loadup.el
parentb71a32d05398f3b49b0439f1b0300533458386b3 (diff)
downloademacs-b05a8583f185c7c4ae4386f56b940e8ccee6c564.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r--lisp/loadup.el10
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 21e770a3cfb..8444976e157 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -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.