summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/listings-ext/listings-ext.el
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-19 00:22:04 +0000
committerKarl Berry <karl@freefriends.org>2010-05-19 00:22:04 +0000
commiteb07d6a8223898ec3dc5a8eecf34a474d5d848a9 (patch)
treebb8e2b82e23e8c30a9dc686cfa7ae58b26221cec /Master/texmf-dist/doc/latex/listings-ext/listings-ext.el
parentbe5a4c024b0705f0eb9ca28fd902cbcf6a9c31ae (diff)
listings-ext v58 (18may10)
git-svn-id: svn://tug.org/texlive/trunk@18344 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/listings-ext/listings-ext.el')
-rw-r--r--Master/texmf-dist/doc/latex/listings-ext/listings-ext.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/listings-ext/listings-ext.el b/Master/texmf-dist/doc/latex/listings-ext/listings-ext.el
index 9f49521aeff..b5bf6c5b167 100644
--- a/Master/texmf-dist/doc/latex/listings-ext/listings-ext.el
+++ b/Master/texmf-dist/doc/latex/listings-ext/listings-ext.el
@@ -1,11 +1,11 @@
;;; listings-ext.el --- AUCTeX style for `listings-ext.sty'
-;; Copyright (C) 2008-2009 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2010 Free Software Foundation, Inc.
;; Maintainer: Jobst Hoffmann, <j.hoffmann@fh-aachen.de>
;; $Author: ax006ho $
-;; $Date: 2009-08-31 20:30:48 +0200 (Mo, 31 Aug 2009) $
-;; $Revision: 48 $
+;; $Date: 2010-05-18 16:23:40 +0200 (Di, 18 Mai 2010) $
+;; $Revision: 58 $
;; Keywords: tex
;;; Commentary:
@@ -38,7 +38,7 @@
;; preparing of environments isn't necessary
;; support for options
-(defvar LaTeX-listings-package-options nil
- "Package options for the listings package.")
+(defvar LaTeX-listings-ext-package-options nil
+ "Package options for the listings-ext package.")
;;; listings-ext.el ends here.