CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    11/05/01 15:51:26

Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.677
retrieving revision 5.678
diff -u -b -r5.677 -r5.678
--- tex.el      10 Apr 2011 17:22:17 -0000      5.677
+++ tex.el      1 May 2011 15:51:26 -0000       5.678
@@ -2110,7 +2110,9 @@
            (add-to-list 'path-list path t)))
       (error nil))
     (dolist (elt path-list)
-      (let ((separators (if (string-match ";" elt) "[\n\r;]" "[\n\r:]")))
+      (let ((separators (if (string-match "^[A-Za-z]:" elt)
+                           "[\n\r;]"
+                         "[\n\r:]")))
        (dolist (item (condition-case nil
                          (split-string elt separators t)
                        ;; COMPATIBILITY for XEmacs <= 21.4.15

_______________________________________________
auctex-diffs mailing list
auctex-di...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to