Mercurial > hgrepos > hgweb.cgi > yatex
changeset 125:40b29f7ba3e2 dev
Remove unused test code.
author | yuuji@gentei.org |
---|---|
date | Thu, 27 May 2010 10:27:21 +0900 |
parents | 6d682b9d4bc8 |
children | 91bf68eeefe8 |
files | yatexprc.el |
diffstat | 1 files changed, 1 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/yatexprc.el Thu May 27 10:24:53 2010 +0900 +++ b/yatexprc.el Thu May 27 10:27:21 2010 +0900 @@ -2,7 +2,7 @@ ;;; YaTeX process handler. ;;; yatexprc.el ;;; (c)1993-2010 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Thu May 27 09:58:17 2010 on firestorm +;;; Last modified Thu May 27 10:26:59 2010 on firestorm ;;; $Id$ ;(require 'yatex) @@ -346,14 +346,6 @@ (YaTeX-typeset cmd YaTeX-typeset-buffer nil nil ppcmd) (put 'dvi2-command 'region nil))) -(defun YaTeX-typeset+pp-buffer (cmd) - "Call typeset buffer and if it exits successfully, call the next JOB." - (let ((x)) - - (unwind-protect - (put 'YaTeX-typeset-buffer 'foo nil) - nil))) - (defvar YaTeX-call-command-history nil "Holds history list of YaTeX-call-command-on-file.") (put 'YaTeX-call-command-history 'no-default t)