# HG changeset patch # User Glenn Morris # Date 1294160650 28800 # Node ID f6e033582333cb0be10cb1537b72494638a9a8a0 # Parent bfe5b7d10b2e96999a9850b5691761f0f6de376a * lisp/textmodes/rst.el (rst-compile-toolsets): Add pdf and s5 to option alist. diff -r bfe5b7d10b2e -r f6e033582333 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jan 04 08:57:45 2011 -0800 +++ b/lisp/ChangeLog Tue Jan 04 09:04:10 2011 -0800 @@ -1,3 +1,8 @@ +2011-01-04 Glenn Morris + + * textmodes/rst.el (rst-compile-toolsets): + Add pdf and s5 to option alist. + 2011-01-04 Jan Moringen * net/dbus.el (dbus-register-property): Added optional parameter diff -r bfe5b7d10b2e -r f6e033582333 lisp/textmodes/rst.el --- a/lisp/textmodes/rst.el Tue Jan 04 08:57:45 2011 -0800 +++ b/lisp/textmodes/rst.el Tue Jan 04 09:04:10 2011 -0800 @@ -3255,7 +3255,7 @@ 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")