yatex

changeset 373:1b2e55ef1026 dev

Remove debugging expression
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 29 Dec 2014 22:42:39 +0900
parents e8f95c375526
children 9b3093c0c181
files yatexprc.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatexprc.el	Mon Dec 29 22:15:11 2014 +0900
     1.2 +++ b/yatexprc.el	Mon Dec 29 22:42:39 2014 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexprc.el --- YaTeX process handler
     1.5  ;;; 
     1.6  ;;; (c)1993-2014 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Mon Dec 29 18:04:06 2014 on sdr
     1.8 +;;; Last modified Mon Dec 29 22:42:27 2014 on sdr
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -482,7 +482,6 @@
    1.13  	(w (get 'YaTeX-typeset-conv2image-chain 'win))
    1.14  	(pwd default-directory)
    1.15  	img)
    1.16 -    (setq foo (cons (cons prevname (process-exit-status proc)) foo))
    1.17      (if (not (= (process-exit-status proc) 0))
    1.18  	(progn
    1.19  	  (YaTeX-showup-buffer		;never comes here(?)