CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     Tassilo Horn <tsdh>     12/09/27 07:06:51

Index: tex-buf.el
===================================================================
RCS file: /sources/auctex/auctex/tex-buf.el,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -b -r1.289 -r1.290
--- tex-buf.el  16 Sep 2012 15:07:42 -0000      1.289
+++ tex-buf.el  27 Sep 2012 07:06:50 -0000      1.290
@@ -374,7 +374,7 @@
   (let ((existingoriginals nil)
         (found nil)
         (buffers (buffer-list)))
-      (dolist (path (map 'list (lambda (dir)
+      (dolist (path (mapcar 'list (lambda (dir)
                                (expand-file-name
                                 (file-name-as-directory dir)))
                        TeX-check-path))

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

Reply via email to