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:
parent
753fbfbef4
commit
d149ff5233
@ -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")
|
||||
|
@ -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))
|
||||
"\
|
||||
|
Loading…
Reference in New Issue
Block a user