# HG changeset patch # User yuuji@gentei.org # Date 1274923641 -32400 # Node ID 40b29f7ba3e2c23e3cf63ab4aa0319adee4fc880 # Parent 6d682b9d4bc8af07c987fc32af76f23405d86132 Remove unused test code. diff -r 6d682b9d4bc8 -r 40b29f7ba3e2 yatexprc.el --- 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)