# HG changeset patch # User Andreas Schwab # Date 1294135753 -3600 # Node ID 4e3dc3aca537da8ef217aa4ee2d4b30f47994aed # Parent 5f273d1516d7db0b3d1926582fb6200c9eb911d6 * lisp/textmodes/rst.el (rst-compile-pdf-preview) (rst-compile-slides-preview): Remove extra line. diff -r 5f273d1516d7 -r 4e3dc3aca537 lisp/ChangeLog --- 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 + + * textmodes/rst.el (rst-compile-pdf-preview) + (rst-compile-slides-preview): Remove extra line. + 2011-01-04 Glenn Morris * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom. diff -r 5f273d1516d7 -r 4e3dc3aca537 lisp/textmodes/rst.el --- 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)