Mercurial > hg > xemacs-beta
comparison lisp/loadup.el @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | 1f0dabaa0855 |
children | 0e522484dd2a |
comparison
equal
deleted
inserted
replaced
222:aae4c8b01452 | 223:2c611d1463a6 |
---|---|
1 ;;; loadup.el --- load up standardly loaded Lisp files for XEmacs. | 1 ;;; loadup.el --- load up standardly loaded Lisp files for XEmacs. |
2 | 2 |
3 ;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1985, 1986, 1992, 1994, 1997 Free Software Foundation, Inc. |
4 ;; Copyright (C) 1996 Richard Mlynarik. | 4 ;; Copyright (C) 1996 Richard Mlynarik. |
5 ;; Copyright (C) 1995, 1996 Ben Wing. | 5 ;; Copyright (C) 1995, 1996 Ben Wing. |
6 | 6 |
7 ;; Keywords: internal | 7 ;; Maintainer: XEmacs Development Team |
8 ;; Keywords: internal, dumped | |
8 | 9 |
9 ;; This file is part of XEmacs. | 10 ;; This file is part of XEmacs. |
10 | 11 |
11 ;; XEmacs is free software; you can redistribute it and/or modify it | 12 ;; XEmacs is free software; you can redistribute it and/or modify it |
12 ;; under the terms of the GNU General Public License as published by | 13 ;; under the terms of the GNU General Public License as published by |
25 | 26 |
26 ;;; Synched up with: Last synched with FSF 19.30, with wild divergence since. | 27 ;;; Synched up with: Last synched with FSF 19.30, with wild divergence since. |
27 | 28 |
28 ;;; Commentary: | 29 ;;; Commentary: |
29 | 30 |
30 ;; It is not a good idea to edit this file. Use site-init.el or site-load.el | 31 ;; Please do not edit this file. Use site-init.el, site-load.el, or |
31 ;; instead. | 32 ;; packaged dumped-lisp.el's instead. |
32 ;; | 33 |
33 ;; This is loaded into a bare Emacs to make a dumpable one. | 34 ;; This is loaded into a bare XEmacs to make a dumpable one. |
34 | 35 |
35 ;;; Code: | 36 ;;; Code: |
36 | 37 |
37 (if (fboundp 'error) | 38 (if (fboundp 'error) |
38 (error "loadup.el already loaded!")) | 39 (error "loadup.el already loaded!")) |