[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] GNU AUCTeX branch, master, updated. 700587fe36b0104eb
From: |
Matthew Leach |
Subject: |
Re: [AUCTeX-devel] GNU AUCTeX branch, master, updated. 700587fe36b0104eba7dd30bef869ba3349a66d1 |
Date: |
Wed, 29 Oct 2014 18:32:29 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Hi Mosè,
Thanks for applying.
"Mosè Giordano" <address@hidden> writes:
[...]
> + (pp out)
I've just noticed I left this debug cruft in. See attached for a
patch to remove or feel free to amend the commit.
Apologies,
--
Matt
ChangeLog:
2014-10-29 <address@hidden>
* latex.el (LaTeX-indent-tabular): Remove debug cruft from
previous commit.
diff --git a/latex.el b/latex.el
index b56abf3..5b783cf 100644
--- a/latex.el
+++ b/latex.el
@@ -6301,7 +6301,6 @@ i.e. you do _not_ have to cater for this yourself by
adding \\\\' or $."
(when (eq (cadr x) 'LaTeX-indent-tabular)
(push (car x) out)))
LaTeX-indent-environment-list)
- (pp out)
out)))))
(cond ((looking-at tabular-like-end-regex)
beg-col)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [AUCTeX-devel] GNU AUCTeX branch, master, updated. 700587fe36b0104eba7dd30bef869ba3349a66d1,
Matthew Leach <=