From: Glenn Morris <rgm@gnu.org>
Date: Tue, 4 Jan 2011 17:04:10 +0000 (-0800)
Subject: * lisp/textmodes/rst.el (rst-compile-toolsets): Add pdf and s5 to option alist.
X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~278^2~16
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f1b6eb290b0631885a40ed034839d3dbc04b121;p=emacs.git

* lisp/textmodes/rst.el (rst-compile-toolsets): Add pdf and s5 to option alist.
---

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6c4473d94b7..d30fb04148a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-04  Glenn Morris  <rgm@gnu.org>
+
+	* textmodes/rst.el (rst-compile-toolsets):
+	Add pdf and s5 to option alist.
+
 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
 
 	* net/dbus.el (dbus-register-property): Added optional parameter
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index 34ac6000d0c..243382e502b 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -3255,7 +3255,7 @@ document with \\[rst-compile]."
 An association list of the toolset to a list of the (command to use,
 extension of produced filename, options to the tool (nil or a
 string)) to be used for converting the document."
-  :type '(alist :options (html latex newlatex pseudoxml xml)
+  :type '(alist :options (html latex newlatex pseudoxml xml pdf s5)
                 :key-type symbol
                 :value-type (list :tag "Specification"
                              (file :tag "Command")