auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/style/tabularx.el,v


From: Tassilo Horn
Subject: [AUCTeX-diffs] Changes to auctex/style/tabularx.el,v
Date: Mon, 18 Feb 2013 19:23:39 +0000

CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     Tassilo Horn <tsdh>     13/02/18 19:23:39

Index: style/tabularx.el
===================================================================
RCS file: /sources/auctex/auctex/style/tabularx.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- style/tabularx.el   22 Feb 2009 14:50:24 -0000      1.1
+++ style/tabularx.el   18 Feb 2013 19:23:38 -0000      1.2
@@ -1,6 +1,6 @@
 ;;; tabularx.el --- AUCTeX style for the tabularx package.
 
-;; Copyright (C) 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2009, 2013 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <address@hidden>
 ;; Maintainer: address@hidden
@@ -47,6 +47,9 @@
     ;; tabular* environment.  However, the supported tokens in the
     ;; format can differ, so at some point in time we might want to
     ;; separate tabular* and tabularx.
-    '("tabularx" LaTeX-env-tabular*))))
+    '("tabularx" LaTeX-env-tabular*))
+   
+   ;; `tabularx' requires array to define the column types
+   (TeX-run-style-hooks "array")))
 
 ;;; tabularx.el ends here



reply via email to

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