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))
pgpLZCuUFPwdK.pgp
Description: PGP signature
_______________________________________________ auctex-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-devel
