monnier pushed a commit to branch externals/auctex
in repository elpa.

commit ee67969a52e2877b99023efb838c1735e35e3898
Author: Tassilo Horn <[email protected]>
Date:   Wed Jan 2 12:06:47 2013 +0000

    * style/afterpage.el: New style by Mads Jensen <[email protected]>.
---
 ChangeLog          |    2 ++
 style/afterpage.el |   42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9998e3e..b0acd11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2013-01-02  Tassilo Horn  <[email protected]>
 
+       * style/afterpage.el: New style by Mads Jensen <[email protected]>.
+
        * style/everysel.el: Fix typos.
 
 2012-12-30  Mos� Giordano  <[email protected]>
diff --git a/style/afterpage.el b/style/afterpage.el
new file mode 100644
index 0000000..5e8c579
--- /dev/null
+++ b/style/afterpage.el
@@ -0,0 +1,42 @@
+;;; afterpage.el --- AUCTeX style for `afterpage.sty'
+
+;; Copyright (C) 2013 Free Software Foundation, Inc.
+
+;; Author: Mads Jensen <[email protected]>
+;; Maintainer: [email protected]
+;; Created: 2013-01-01
+;; Keywords: tex
+
+;; This file is part of AUCTeX.
+
+;; AUCTeX is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 3, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
+
+;;; Commentary:
+
+;; This file adds support for `afterpage.sty'
+
+;;; Code:
+
+(TeX-add-style-hook
+ "afterpage"
+ (lambda ()
+   (TeX-add-symbols
+    '("afterpage" t))))
+
+(defvar LaTeX-afterpage-package-options nil
+  "Package options for afterpage.")
+
+;; afterpage.el ends here

Reply via email to