From 3f1b6eb290b0631885a40ed034839d3dbc04b121 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 4 Jan 2011 09:04:10 -0800 Subject: [PATCH] * lisp/textmodes/rst.el (rst-compile-toolsets): Add pdf and s5 to option alist. --- lisp/ChangeLog | 5 +++++ lisp/textmodes/rst.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * 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 --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") -- 2.39.5