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

commit 7af70087e7faa54a5dda0eff1d78678d8a86fd00
Author: Tassilo Horn <[email protected]>
Date:   Mon Jan 14 19:28:16 2013 +0000

    * style/pstricks.el (LaTeX-pstricks-package-options): New
    variable.
---
 ChangeLog         |    5 +++++
 style/pstricks.el |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 147b6ff..97042aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-13  Mads Jensen  <[email protected]>
+
+       * style/pstricks.el (LaTeX-pstricks-package-options): New
+       variable.
+
 2013-01-14  Tassilo Horn  <[email protected]>
 
        * Makefile.in (STYLESRC): Enable memoir.el style.
diff --git a/style/pstricks.el b/style/pstricks.el
index 6e4df32..33a1abd 100644
--- a/style/pstricks.el
+++ b/style/pstricks.el
@@ -863,4 +863,8 @@ comma separated list. Point has to be within the sexp to 
modify."
     '("multirput" (LaTeX-pst-macro-multirputps t) t)
     '("multips" (LaTeX-pst-macro-multirputps nil) t))))
 
+(defvar LaTeX-pstricks-package-options
+  '("97" "plain" "DIA" "vtex" "distiller" "noxcolor")
+  "Package options for pstricks.")
+
 ;;; pstricks.el ends here

Reply via email to