emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 18/299: * style/afterpage.el: New style by Mads Jensen <address@h


From: Stefan Monnier
Subject: [elpa] 18/299: * style/afterpage.el: New style by Mads Jensen <address@hidden>.
Date: Sun, 02 Nov 2014 03:09:55 +0000

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

commit ee67969a52e2877b99023efb838c1735e35e3898
Author: Tassilo Horn <address@hidden>
Date:   Wed Jan 2 12:06:47 2013 +0000

    * style/afterpage.el: New style by Mads Jensen <address@hidden>.
---
 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  <address@hidden>
 
+       * style/afterpage.el: New style by Mads Jensen <address@hidden>.
+
        * style/everysel.el: Fix typos.
 
 2012-12-30  Mos� Giordano  <address@hidden>
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 <address@hidden>
+;; Maintainer: address@hidden
+;; 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

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