diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-06-10 21:22:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-06-10 21:22:42 +0000 |
commit | 3af51f8144fc29281cc3af4ed4555a3492851430 (patch) | |
tree | 6d7f61db2f7fe84ed3abf029678af7d9d1088b94 /msdos | |
parent | ed46d56da640e6fa0fc8748099b6df80f277b76a (diff) | |
download | emacs-3af51f8144fc29281cc3af4ed4555a3492851430.tar.gz |
Don't undef MULTI_FRAME.
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/sed2.inp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/msdos/sed2.inp b/msdos/sed2.inp index ca16ab8bd13..64c2fa8248d 100644 --- a/msdos/sed2.inp +++ b/msdos/sed2.inp @@ -41,7 +41,6 @@ /^#undef HAVE_TIMEVAL *$/s/undef/define/ / HAVE_TIMEVAL/a\ #endif /* not __DJGPP__ > 1 */ -/^#define MULTI_FRAME *$/s/define/undef/ s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/ s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/ s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-unknown-msdos"/ |