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)))
 

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to