Mercurial > hg > xemacs-beta
comparison lisp/site-load.el @ 5290:e6508b64ee08
More permission consistency.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 14 Jun 2010 19:03:57 +0900 |
parents | 3ecd8885ac67 |
children | b9167d522a9a |
comparison
equal
deleted
inserted
replaced
5289:9e51b172d50f | 5290:e6508b64ee08 |
---|---|
3 | 3 |
4 ;; Author: Steven L. Baur <steve@xemacs.org> | 4 ;; Author: Steven L. Baur <steve@xemacs.org> |
5 ;; Keywords: internal | 5 ;; Keywords: internal |
6 | 6 |
7 ;; This file is part of XEmacs. | 7 ;; This file is part of XEmacs. |
8 | |
9 ;; XEmacs is free software; you can redistribute it and/or modify it | |
10 ;; under the terms of the GNU General Public License as published by | |
11 ;; the Free Software Foundation; either version 2, or (at your option) | |
12 ;; any later version. | |
13 | |
14 ;; XEmacs is distributed in the hope that it will be useful, but | |
15 ;; WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
17 ;; General Public License for more details. | |
18 | |
19 ;; You should have received a copy of the GNU General Public License | |
20 ;; along with XEmacs; see the file COPYING. If not, write to the Free | |
21 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
22 ;; Boston, MA 02110-1301, USA. | |
8 | 23 |
9 ;;; Commentary: | 24 ;;; Commentary: |
10 | 25 |
11 ;; This is a prototype site-load.el file. | 26 ;; This is a prototype site-load.el file. |
12 ;; The site-load.el mechanism is provided so XEmacs installers can easily | 27 ;; The site-load.el mechanism is provided so XEmacs installers can easily |