emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102756: * lisp/textmodes/rst.el (rst


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102756: * lisp/textmodes/rst.el (rst-compile-toolsets): Add pdf and s5 to option alist.
Date: Tue, 04 Jan 2011 09:04:10 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102756
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2011-01-04 09:04:10 -0800
message:
  * lisp/textmodes/rst.el (rst-compile-toolsets): Add pdf and s5 to option 
alist.
modified:
  lisp/ChangeLog
  lisp/textmodes/rst.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-01-04 10:57:24 +0000
+++ b/lisp/ChangeLog    2011-01-04 17:04:10 +0000
@@ -1,3 +1,8 @@
+2011-01-04  Glenn Morris  <address@hidden>
+
+       * textmodes/rst.el (rst-compile-toolsets):
+       Add pdf and s5 to option alist.
+
 2011-01-04  Jan Moringen  <address@hidden>
 
        * net/dbus.el (dbus-register-property): Added optional parameter

=== modified file 'lisp/textmodes/rst.el'
--- a/lisp/textmodes/rst.el     2011-01-04 10:09:13 +0000
+++ b/lisp/textmodes/rst.el     2011-01-04 17:04:10 +0000
@@ -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")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]