annotate msdos/sed4.inp @ 19405:7ef4af7505f2

(previous-input-method): This variable deleted. (input-method-history): New variable. (read-input-method-name): Bind minibuffer-history to input-method-history. (activate-input-method): Delete codes handling previous-input-method. Run hooks in input-method-activate-hook. (inactivate-input-method): Update input-method-history. Run hooks in input-method-inactivate-hook. (select-input-method): Doc-string modified. Use input-method-history instead of previous-input-method. Set default-input-method to input-method. (toggle-input-method): Doc-string modified. Use input-method-history instead of previous-input-method. (read-multilingual-string): Bind minibuffer-setup-hook correctly. (input-method-exit-on-invalid-key): New variable.
author Kenichi Handa <handa@m17n.org>
date Mon, 18 Aug 1997 10:51:45 +0000
parents 39900cf5226a
children a4fb0c9be609
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7818
39900cf5226a entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 # -sed4.inp-------------------------------------------------------------
39900cf5226a entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2 # Configuration script for src/paths.h
39900cf5226a entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 # ----------------------------------------------------------------------
39900cf5226a entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 /^#define *PATH_LOADSEARCH/s/".*"/rootrelativepath ("lisp")/
39900cf5226a entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 /^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/
39900cf5226a entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 /^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/
39900cf5226a entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 /^#define *PATH_INFO/s/".*"/rootrelativepath ("info")/