Mercurial > emacs
annotate src/s/bsdos2.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 | 5c2e5ccd0acb |
| children | 695cf19ef79e |
| rev | line source |
|---|---|
| 15623 | 1 /* s/ file for BSDI BSD/OS 2.0 system. */ |
| 2 | |
| 3 #include "bsd386.h" | |
| 4 | |
| 5 #define TEXT_START 0x1020 /* for QMAGIC */ | |
| 6 #define START_FILES pre-crt0.o /usr/lib/crt0.o | |
| 7 #define HAVE_TERMIOS | |
| 8 #define NO_TERMIO | |
|
18406
5c2e5ccd0acb
(KERNEL_FILE): New overriding definition.
Richard M. Stallman <rms@gnu.org>
parents:
15623
diff
changeset
|
9 |
|
5c2e5ccd0acb
(KERNEL_FILE): New overriding definition.
Richard M. Stallman <rms@gnu.org>
parents:
15623
diff
changeset
|
10 #undef KERNEL_FILE |
|
5c2e5ccd0acb
(KERNEL_FILE): New overriding definition.
Richard M. Stallman <rms@gnu.org>
parents:
15623
diff
changeset
|
11 #define KERNEL_FILE "/bsd" |
