]> code.delx.au - gnu-emacs/commitdiff
Some more minor backslash fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Sep 2015 22:55:56 +0000 (15:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Sep 2015 22:56:46 +0000 (15:56 -0700)
* test/automated/compile-tests.el (compile-tests--test-regexps-data):
* test/automated/info-xref.el (info-xref-test-write-file):
Double backslashes in strings.

test/automated/compile-tests.el
test/automated/info-xref.el

index 0c383f7c7b630cacfe6ecdc1111bbf22980389bc..0974a78e073507639377e0588d482b57b7c89889 100644 (file)
     ("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")
index 98d24e1f093eaf869a625cb612b2b0004220c3ca..67f963beb00c43afc5b6782b927b228a7388ad61 100644 (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))
             "\