Mercurial > emacs
annotate src/s/bsdos2.h @ 94181:959a3833d833
* files.el (locate-file-completion-table): Rename from
locate-file-completion and make it use `pred' in the normal way.
(locate-file-completion): New compatibility wrapper.
(load-library): Use locate-file-completion-table.
* emacs-lisp/find-func.el (find-library): Likewise.
* info.el: Use with-current-buffer and inhibit-read-only.
(Info-read-node-name-2): Change to use `predicate' in the normal way.
(Info-read-node-name-1): Adjust uses accordingly.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 19 Apr 2008 03:33:13 +0000 |
parents | 695cf19ef79e |
children | 375f2633d815 |
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" |
52401 | 12 |
13 /* arch-tag: 25ce1827-1511-4305-9058-24dd2118b5b4 | |
14 (do not change this comment) */ |