Mercurial > emacs
annotate msdos/sed6.inp @ 33053:eb3d446c4a6e
(comint-replace-by-expanded-history): Don't use
comint-get-old-input (we're not looking at *old* input).
(comint-get-old-input-default): If using fields, signal an error
when the point is not in an input field.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 30 Oct 2000 06:21:13 +0000 |
parents | b77f0b29fdb9 |
children | a4fb0c9be609 |
rev | line source |
---|---|
20283 | 1 # -sed6.inp----------------------------------------------------------- |
2 # Configuration script for man/Makefile under DJGPP v2.x | |
3 # ---------------------------------------------------------------------- | |
4 /^srcdir *=/s/@[^@\n]*@/./ | |
5 /^VPATH *=/s/@[^@\n]*@/./ | |
28972
b77f0b29fdb9
Changes to allow "make foo.dvi" on DJGPP platforms:
Eli Zaretskii <eliz@gnu.org>
parents:
20283
diff
changeset
|
6 /^ENVADD/c\ |
b77f0b29fdb9
Changes to allow "make foo.dvi" on DJGPP platforms:
Eli Zaretskii <eliz@gnu.org>
parents:
20283
diff
changeset
|
7 ENVADD =\ |
b77f0b29fdb9
Changes to allow "make foo.dvi" on DJGPP platforms:
Eli Zaretskii <eliz@gnu.org>
parents:
20283
diff
changeset
|
8 export TEXINPUTS := $(srcdir)";"$(TEXINPUTS)\ |
b77f0b29fdb9
Changes to allow "make foo.dvi" on DJGPP platforms:
Eli Zaretskii <eliz@gnu.org>
parents:
20283
diff
changeset
|
9 export MAKEINFO := $(MAKEINFO) -I$(srcdir) |