summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-07 15:13:58 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-07 15:13:58 +0000
commit837878e10eed112fc0a4147f29bd36d3a259d4f3 (patch)
tree1b17f9655ad9e67b57c2872691d1fe7868683af7 /msdos
parent1bef61d18f5d2c46964f5a7d6cfaf12e2a958adb (diff)
downloademacs-837878e10eed112fc0a4147f29bd36d3a259d4f3.tar.gz
entered into RCS
Diffstat (limited to 'msdos')
-rw-r--r--msdos/sed4.inp7
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 @@
+# -sed4.inp-------------------------------------------------------------
+# Configuration script for src/paths.h
+# ----------------------------------------------------------------------
+/^#define *PATH_LOADSEARCH/s/".*"/rootrelativepath ("lisp")/
+/^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/
+/^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/
+/^#define *PATH_INFO/s/".*"/rootrelativepath ("info")/