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 diff
     1.1 --- a/yatexprc.el	Thu May 27 10:24:53 2010 +0900
     1.2 +++ b/yatexprc.el	Thu May 27 10:27:21 2010 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX process handler.
     1.5  ;;; yatexprc.el
     1.6  ;;; (c)1993-2010 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Thu May 27 09:58:17 2010 on firestorm
     1.8 +;;; Last modified Thu May 27 10:26:59 2010 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;(require 'yatex)
    1.12 @@ -346,14 +346,6 @@
    1.13      (YaTeX-typeset cmd YaTeX-typeset-buffer nil nil ppcmd)
    1.14      (put 'dvi2-command 'region nil)))
    1.15  
    1.16 -(defun YaTeX-typeset+pp-buffer (cmd)
    1.17 -  "Call typeset buffer and if it exits successfully, call the next JOB."
    1.18 -  (let ((x))
    1.19 -	  
    1.20 -  (unwind-protect
    1.21 -      (put 'YaTeX-typeset-buffer 'foo nil)
    1.22 -    nil)))
    1.23 -
    1.24  (defvar YaTeX-call-command-history nil
    1.25    "Holds history list of YaTeX-call-command-on-file.")
    1.26  (put 'YaTeX-call-command-history 'no-default t)