auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/tex.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex.el,v
Date: Tue, 14 Aug 2012 18:23:31 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    12/08/14 18:23:31

Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.697
retrieving revision 5.698
diff -u -b -r5.697 -r5.698
--- tex.el      22 Jun 2012 06:26:04 -0000      5.697
+++ tex.el      14 Aug 2012 18:23:31 -0000      5.698
@@ -1455,7 +1455,7 @@
                    (call-process LaTeX-command
                                  nil (list standard-output nil) nil "--help"))
                (error ""))))
-    (if (string-match "^[ ]*-synctex" help)
+    (if (string-match "^[ ]*-?-synctex" help)
        'synctex
       'source-specials)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]