comparison 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
comparison
equal deleted inserted replaced
839:c32d6beb8aec 840:113281b361ec
1 ;;; loadup.el --- load up standardly loaded Lisp files for Emacs. 1 ;;; loadup.el --- load up standardly loaded Lisp files for Emacs.
2 2
3 ;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
4
3 ;; Maintainer: FSF 5 ;; Maintainer: FSF
4 ;; Last-Modified: 14 Jul 1992
5 ;; Keywords: internal 6 ;; Keywords: internal
6
7 ;; This is loaded into a bare Emacs to make a dumpable one.
8 ;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
9 7
10 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
11 9
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 11 ;; it under the terms of the GNU General Public License as published by
20 ;; GNU General Public License for more details. 18 ;; GNU General Public License for more details.
21 19
22 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to 21 ;; along with GNU Emacs; see the file COPYING. If not, write to
24 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23
24 ;;; Commentary:
25
26 ;; This is loaded into a bare Emacs to make a dumpable one.
25 27
26 ;;; Code: 28 ;;; Code:
27 29
28 ;;; We don't want to have any undo records in the dumped Emacs. 30 ;;; We don't want to have any undo records in the dumped Emacs.
29 (buffer-disable-undo "*scratch*") 31 (buffer-disable-undo "*scratch*")