1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

entered into RCS

This commit is contained in:
Richard M. Stallman 1994-06-07 15:13:58 +00:00
parent 6d30d416f3
commit 2e5217c7ba

7
msdos/sed4.inp Normal file
View file

@ -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")/