CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     Tassilo Horn <tsdh>     12/10/01 16:10:29

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

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

Reply via email to