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: Mon, 22 Dec 2008 22:27:04 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    08/12/22 22:27:03

Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.645
retrieving revision 5.646
diff -u -b -r5.645 -r5.646
--- tex.el      22 Dec 2008 21:29:55 -0000      5.645
+++ tex.el      22 Dec 2008 22:27:03 -0000      5.646
@@ -5063,11 +5063,9 @@
                 ;; Explicitely supply doc directory for
                 ;; non-kpathsea-based TeX systems.
                 (unless (stringp TeX-kpathsea-path-delimiter)
-                  (TeX-tree-expand
+                  (or (TeX-tree-expand
                    '("$SYSTEXMF" "$TEXMFLOCAL" "$TEXMFMAIN" "$TEXMFDIST")
-                   "latex" '("/doc/")
-                   ;; This likely won't improve the outcome but does
-                   ;; not make the situation worse than in the nil case.
+                       "latex" '("/doc/"))
                    `(,@TeX-macro-global ,@TeX-macro-private)))
                 '("dvi" "pdf" "ps" "txt" "html") t t)))
            (lambda (doc)




reply via email to

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