Mercurial > emacs
annotate msdos/sed6.inp @ 29009:85822da9ece9
(Finsert_file_contents): Setup src_multibyte and
dst_multibyte members of coding. On handling REPLACE on unibyte
buffer, convert the result of decode_coding to unibyte. On
inserting into a mutibyte buffer, always call code_convert_region.
(e_write): Setup cdoing->src_multibyte according to the
multibyteness of the source (buffer or string).
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 19 May 2000 23:59:27 +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) |