diff options
| author | Richard M. Stallman | 1994-06-07 15:13:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-07 15:13:58 +0000 |
| commit | 2e5217c7ba0070209bb8ea499fcb79cc488be096 (patch) | |
| tree | f8879c8dac83589d140f06ac6dd7648756a42356 /msdos | |
| parent | 6d30d416f36309c4c21a81bf1f588790d5998fa4 (diff) | |
| download | emacs-2e5217c7ba0070209bb8ea499fcb79cc488be096.tar.gz emacs-2e5217c7ba0070209bb8ea499fcb79cc488be096.zip | |
entered into RCS
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/sed4.inp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/msdos/sed4.inp b/msdos/sed4.inp new file mode 100644 index 00000000000..b85b5bee5d7 --- /dev/null +++ b/msdos/sed4.inp | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # -sed4.inp------------------------------------------------------------- | ||
| 2 | # Configuration script for src/paths.h | ||
| 3 | # ---------------------------------------------------------------------- | ||
| 4 | /^#define *PATH_LOADSEARCH/s/".*"/rootrelativepath ("lisp")/ | ||
| 5 | /^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/ | ||
| 6 | /^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/ | ||
| 7 | /^#define *PATH_INFO/s/".*"/rootrelativepath ("info")/ | ||