annotate src/s/uxpv.h @ 89444:ccdb59cdceed
(ctext-non-standard-encodings-alist):
Renamed from non-standard-icccm-encodings-alist.
(ctext-non-standard-encodings-regexp): New variable
(ctext-post-read-conversion): Full rewrite.
(ctext-non-standard-designations-alist): Renamed from
non-standard-designations-alist.
(ctext-pre-write-conversion): Full rewrite.
(define-coding-system): Doc fix (escape '"' by '\').
| author |
Kenichi Handa <handa@m17n.org> |
| date |
Wed, 28 May 2003 11:41:17 +0000 |
| parents |
e075b0cbd57a |
| children |
695cf19ef79e |
| rev |
line source |
|
24384
|
1 /* System description file for Fujitsu UXP/V
|
|
|
2 This file describes the parameters that system description files
|
|
|
3 should define or not. */
|
|
|
4
|
|
|
5 #include "usg5-4-2.h"
|
|
|
6
|
|
|
7 /* SYSTEM_TYPE should indicate the kind of system you are using.
|
|
|
8 It sets the Lisp variable system-type. */
|
|
|
9
|
|
|
10 #undef SYSTEM_TYPE
|
|
|
11 #define SYSTEM_TYPE "uxpv"
|