Mercurial > emacs
changeset 112111:4e3dc3aca537
* lisp/textmodes/rst.el (rst-compile-pdf-preview)
(rst-compile-slides-preview): Remove extra line.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Tue, 04 Jan 2011 11:09:13 +0100 |
parents | 5f273d1516d7 |
children | 318b7249ccd0 |
files | lisp/ChangeLog lisp/textmodes/rst.el |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jan 03 20:47:39 2011 -0800 +++ b/lisp/ChangeLog Tue Jan 04 11:09:13 2011 +0100 @@ -1,3 +1,8 @@ +2011-01-04 Andreas Schwab <schwab@linux-m68k.org> + + * textmodes/rst.el (rst-compile-pdf-preview) + (rst-compile-slides-preview): Remove extra line. + 2011-01-04 Glenn Morris <rgm@gnu.org> * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
--- a/lisp/textmodes/rst.el Mon Jan 03 20:47:39 2011 -0800 +++ b/lisp/textmodes/rst.el Tue Jan 04 11:09:13 2011 +0100 @@ -3364,7 +3364,6 @@ (let* ((tmp-filename (make-temp-file "rst-out" nil ".pdf")) (command (format "%s %s %s && %s %s" (cadr (assq 'pdf rst-compile-toolsets)) - (command (format "rst2pdf.py %s %s && %s %s" buffer-file-name tmp-filename rst-pdf-program tmp-filename))) (start-process-shell-command "rst-pdf-preview" nil command) @@ -3381,8 +3380,6 @@ (let* ((tmp-filename (make-temp-file "rst-slides" nil ".html")) (command (format "%s %s %s && %s %s" (cadr (assq 's5 rst-compile-toolsets)) - (command (format "rst2s5.py %s %s && %s %s" - buffer-file-name tmp-filename rst-slides-program tmp-filename))) (start-process-shell-command "rst-slides-preview" nil command)