Mercurial > hg > xemacs-beta
comparison modules/README @ 5436:da1365dd3f07
Added GPLv3 or later license to modules/README.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Sat, 13 Nov 2010 00:15:58 +0100 |
parents | 25e260cb7994 |
children |
comparison
equal
deleted
inserted
replaced
5435:aa729daae5e2 | 5436:da1365dd3f07 |
---|---|
1 This file is part of XEmacs. | |
2 | |
3 XEmacs is free software: you can redistribute it and/or modify it | |
4 under the terms of the GNU General Public License as published by the | |
5 Free Software Foundation, either version 3 of the License, or (at your | |
6 option) any later version. | |
7 | |
8 XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
9 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
11 for more details. | |
12 | |
13 You should have received a copy of the GNU General Public License | |
14 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. | |
15 | |
16 | |
1 This directory contains a number of XEmacs dynamic modules. These | 17 This directory contains a number of XEmacs dynamic modules. These |
2 modules can be loaded directly with the command 'M-x load-module'. | 18 modules can be loaded directly with the command 'M-x load-module'. |
3 However, the preferred method of loading a module is to issue a | 19 However, the preferred method of loading a module is to issue a |
4 "(require 'module-name)" command to the Lisp interpreter. This will | 20 "(require 'module-name)" command to the Lisp interpreter. This will |
5 store information so that a later "(unload-feature 'module-name)" can | 21 store information so that a later "(unload-feature 'module-name)" can |