annotate src/m/ncr386.h @ 44854:6cd35f994b33

(ibuffer-formats): Doc fix. (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'. Bind new functions from ibuf-ext.el. Add menu entries for them. Remove superfluous tooltips. (ibuffer-toggle-marks): If on a group name, then toggle marks just in that group. (ibuffer-mark-interactive): Handle filter groups. (ibuffer-mark-forward, ibuffer-unmark-forward) (ibuffer-mark-for-delete, ibuffer-unmark-backward) (ibuffer-mark-for-delete-backwards): Update docs. (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed to `ibuffer-current-filter-groups-with-position'. (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'. (ibuffer-mode): Add some documentation about filter groups.
author Colin Walters <walters@gnu.org>
date Thu, 25 Apr 2002 19:03:12 +0000
parents ca0aead90c7b
children 695cf19ef79e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11339
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 #include "intel386.h"
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 #ifndef __GNUC__
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 /* Allow emacs to link with "bcopy()" unresolved. Works around a
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 problem where /usr/lib/libX11.so provides bcopy, but
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 /usr/ccs/lib/libX11.so does not. */
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 #define LD_SWITCH_X_DEFAULT -Wl,-z,nodefs
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 #else /* __GNUC__ */
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10 /* Assuming we are using GNU ld, pass a -R option to it
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11 so that shared libraries will be found at execution time
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12 just as they are found at link time. */
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13 #define LD_SWITCH_X_DEFAULT -Xlinker LD_SWITCH_X_SITE_AUX
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
14
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
15 #endif /* __GNUC__ */