Mercurial > hg > xemacs-beta
comparison tests/tooltalk/load-file.c @ 5408:9fc91aa3a927
Converted tooltalk to GPLv3 according to GPLv3 source survey analysis.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Tue, 19 Oct 2010 23:34:53 +0200 |
parents | 131b0175ea99 |
children |
comparison
equal
deleted
inserted
replaced
5407:7ba892d101ce | 5408:9fc91aa3a927 |
---|---|
1 /* load-file.c - load & execute an Emacs Lisp file in XEmacs using ToolTalk */ | 1 /* load-file.c - load & execute an Emacs Lisp file in XEmacs using ToolTalk |
2 Copyright (C) 1995 Sun Microsystems, Inc | |
3 | |
4 Author: Vladimir Ivanovic <vladimir@Eng.Sun.COM> | |
5 | |
6 This file is part of XEmacs. | |
7 | |
8 XEmacs is free software: you can redistribute it and/or modify it | |
9 under the terms of the GNU General Public License as published by the | |
10 Free Software Foundation, either version 3 of the License, or (at your | |
11 option) any later version. | |
12 | |
13 XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
16 for more details. | |
17 | |
18 You should have received a copy of the GNU General Public License | |
19 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */ | |
2 | 20 |
3 /* See `tooltalk-load-file-handler' in the file lisp/tooltalk/tooltalk-init.el | 21 /* See `tooltalk-load-file-handler' in the file lisp/tooltalk/tooltalk-init.el |
4 for the receiver side. */ | 22 for the receiver side. */ |
5 | 23 |
6 #include <desktop/tt_c.h> | 24 #include <desktop/tt_c.h> |