summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-04-14 07:50:45 -0700
committerGlenn Morris <rgm@gnu.org>2018-04-14 07:50:45 -0700
commitdb71b3182778b66fad3865825777b06cc20b89a8 (patch)
treea4528831664836775cdbd5c17436dad8a58aa0e7 /msdos
parent132b3a9ace018a120e1b30fc94c8c98904509884 (diff)
parent5a6bb01777e40a87ac59162d9833a13c81b7f292 (diff)
downloademacs-db71b3182778b66fad3865825777b06cc20b89a8.tar.gz
Merge from origin/emacs-26
5a6bb01 (origin/emacs-26) Fix building etc/DOC in the MSDOS port 274c979 * lisp/select.el (gui-get-selection): Doc fix. ad731b0 ; * doc/lispref/display.texi (Temporary Displays): Fix typos. f1450e9 Complete documentation of syntax flags by adding `c' 6bdcaec Fix typos and minor wording issues in ELisp manual febac27 Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emac... 6c2e21e Avoid segfault in processes of type 'pipe' 60e10c5 Remove repetitions in documentation strings 208e752 * lisp/image.el (image-load-path): Doc fix. 92e0fd8 ; * etc/NEWS: Remove a FIXME. (Bug#31122) Conflicts: etc/NEWS
Diffstat (limited to 'msdos')
-rw-r--r--msdos/sed1v2.inp4
1 files changed, 2 insertions, 2 deletions
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp
index 8b68cb7507a..8505656a66a 100644
--- a/msdos/sed1v2.inp
+++ b/msdos/sed1v2.inp
@@ -165,8 +165,8 @@ s/ *@LIBXPM@//
/^lisp\.mk:/,/^$/c\
lisp.mk: $(lispsource)/loadup.el\
@rm -f $@\
- ${AM_V_GEN}printf 'shortlisp = \\n' > $@\
- ${AM_V_GEN}sed -n 's/^[ \t]*(load "\([^"]*\)".*/\1/p' $< | sed -e "s/$/.elc \/" -e "s/\.el\.elc/.el/" >> $@\
+ ${AM_V_GEN}printf 'shortlisp = \\\\\\n' > $@\
+ ${AM_V_GEN}sed -n 's/^[ \t]*(load "\\([^"]*\\)".*/\\1/p' $< | sed -e "s/\$\$/.elc \\\\/" -e "s/\\.el\\.elc/.el/" >> $@\
${AM_V_GEN}djecho "" >> $@
#"