auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-devel] [Patch] Remove 'list argument from map


From: Emilio Jesús Gallego Arias
Subject: [AUCTeX-devel] [Patch] Remove 'list argument from map
Date: Sat, 29 Sep 2012 03:47:28 -0400
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

Dear Auctex developers,

please find attached this trivial patch that makes TeX-command-master
work again.

[This fixes an error in last commit to tex-buf.el, titled "use mapcar
instead of cl's map"]

Best,
Emilio

===================================================================
RCS file: /sources/auctex/auctex/tex-buf.el,v
retrieving revision 1.290
diff -u -r1.290 tex-buf.el
--- tex-buf.el  27 Sep 2012 07:06:50 -0000      1.290
+++ tex-buf.el  29 Sep 2012 07:45:38 -0000
@@ -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))

Attachment: pgpAcCyVBoTlc.pgp
Description: PGP signature


reply via email to

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