Mercurial > hg > xemacs-beta
comparison lisp/code-process.el @ 5404:91b3aa59f49b
Convert lisp/ to GPLv3.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Fri, 15 Oct 2010 15:18:27 +0200 |
parents | 0b060ef35789 |
children | a216b3c2b09e |
comparison
equal
deleted
inserted
replaced
5403:cf70940883ca | 5404:91b3aa59f49b |
---|---|
11 | 11 |
12 ;; This file is part of XEmacs. | 12 ;; This file is part of XEmacs. |
13 | 13 |
14 ;; This file is very similar to code-process.el | 14 ;; This file is very similar to code-process.el |
15 | 15 |
16 ;; XEmacs is free software; you can redistribute it and/or modify it | 16 ;; XEmacs is free software: you can redistribute it and/or modify it |
17 ;; under the terms of the GNU General Public License as published by | 17 ;; under the terms of the GNU General Public License as published by the |
18 ;; the Free Software Foundation; either version 2, or (at your option) | 18 ;; Free Software Foundation, either version 3 of the License, or (at your |
19 ;; any later version. | 19 ;; option) any later version. |
20 | 20 |
21 ;; XEmacs is distributed in the hope that it will be useful, but | 21 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT |
22 ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 22 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 23 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
24 ;; General Public License for more details. | 24 ;; for more details. |
25 | 25 |
26 ;; You should have received a copy of the GNU General Public License | 26 ;; You should have received a copy of the GNU General Public License |
27 ;; along with XEmacs; see the file COPYING. If not, write to the Free | 27 ;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |
28 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
29 ;; 02111-1307, USA. | |
30 | 28 |
31 ;;; Code: | 29 ;;; Code: |
32 | 30 |
33 (defvar process-coding-system-alist nil | 31 (defvar process-coding-system-alist nil |
34 "Alist to decide a coding system to use for a process I/O operation. | 32 "Alist to decide a coding system to use for a process I/O operation. |