1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

Some more minor backslash fixes

* test/automated/compile-tests.el (compile-tests--test-regexps-data):
* test/automated/info-xref.el (info-xref-test-write-file):
Double backslashes in strings.
This commit is contained in:
Paul Eggert 2015-09-17 15:55:56 -07:00
parent 753fbfbef4
commit d149ff5233
2 changed files with 5 additions and 5 deletions

View File

@ -228,10 +228,10 @@
("1>test_main.cpp(29): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int"
3 nil 29 "test_main.cpp")
;; watcom
("..\src\ctrl\lister.c(109): Error! E1009: Expecting ';' but found '{'"
1 nil 109 "..\src\ctrl\lister.c")
("..\src\ctrl\lister.c(120): Warning! W201: Unreachable code"
1 nil 120 "..\src\ctrl\lister.c")
("..\\src\\ctrl\\lister.c(109): Error! E1009: Expecting ';' but found '{'"
1 nil 109 "..\\src\\ctrl\\lister.c")
("..\\src\\ctrl\\lister.c(120): Warning! W201: Unreachable code"
1 nil 120 "..\\src\\ctrl\\lister.c")
;; oracle
("Semantic error at line 528, column 5, file erosacqdb.pc:"
1 5 528 "erosacqdb.pc")

View File

@ -64,7 +64,7 @@ RESULT is a list (NBAD NGOOD NUNAVAIL)."
"Write BODY to texi FILE."
(with-temp-buffer
(insert "\
\input texinfo
\\input texinfo
@setfilename "
(format "%s.info\n" (file-name-sans-extension file))
"\