branch: externals/auctex commit a33be079f05bfb5e4358fb7bb38b3e6696af7c1c Author: Matthew Leach <matt...@mattleach.net> Commit: Mosè Giordano <m...@gnu.org>
Remove "table" and "table*" from LaTeX-indent-environment-list * latex.el (LaTeX-indent-environment-list): Remove the "table" and "table*" elements. Signed-off-by: Mosè Giordano <m...@gnu.org> --- latex.el | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/latex.el b/latex.el index d684120..7221fce 100644 --- a/latex.el +++ b/latex.el @@ -2941,9 +2941,7 @@ consideration just as is in the non-commented source code." ("equation") ("equation*") ("picture") - ("tabbing") - ("table") - ("table*")) + ("tabbing")) "Alist of environments with special indentation. The second element in each entry is the function to calculate the indentation level in columns."