diff options
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 10 |
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. |