annotate src/s/riscos5.h @ 56303:d86ec00a8470
(isearch-mode-map): Bind C-M-w to isearch-del-char,
C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
C-M-% to isearch-query-replace-regexp.
(minibuffer-local-isearch-map): Add arrow key bindings.
Bind C-f to isearch-yank-char-in-minibuffer.
(isearch-forward): Doc fix.
(isearch-edit-string): Doc fix.
(isearch-query-replace, isearch-query-replace-regexp): New funs.
(isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
(isearch-yank-char): Add optional arg.
(isearch-yank-char-in-minibuffer): New fun.
| author |
Juri Linkov <juri@jurta.org> |
| date |
Thu, 01 Jul 2004 09:54:51 +0000 |
| parents |
695cf19ef79e |
| children |
375f2633d815 |
| rev |
line source |
|
12896
|
1 #include "bsd4-3.h"
|
|
|
2
|
|
|
3 /* This file has changes that Jost Krieger <x920031@rubb.rz.ruhr-uni-bochum.de>
|
|
|
4 says are necessary. */
|
|
|
5
|
|
|
6 /* No declaration in system header files. */
|
|
|
7 extern double atof ();
|
|
|
8
|
|
|
9 #define LD_SWITCH_SYSTEM -non_shared
|
|
|
10
|
|
|
11 #define GETPGRP_NO_ARG
|
|
52401
|
12
|
|
|
13 /* arch-tag: e8ddf21d-72a0-476d-b33e-364f8b20e3b7
|
|
|
14 (do not change this comment) */
|