yatex

diff yatexprc.el @ 34:c61405ef1bd1

Change the message of dictionary selection menu.
author yuuji
date Wed, 13 Jul 1994 16:11:27 +0000
parents b00c74813e56
children 1ce952ad9c24
line diff
     1.1 --- a/yatexprc.el	Thu Jul 07 16:37:05 1994 +0000
     1.2 +++ b/yatexprc.el	Wed Jul 13 16:11:27 1994 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX process handler.
     1.5  ;;; yatexprc.el
     1.6  ;;; (c )1993-1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Fri Jul  1 02:44:32 1994 on figaro
     1.8 +;;; Last modified Sat Jul  9 18:24:42 1994 on figaro
     1.9  ;;; $Id$
    1.10  
    1.11  (require 'yatex)
    1.12 @@ -310,7 +310,7 @@
    1.13      (YaTeX-visit-main t)
    1.14      (let ((pbuffer "*dvi-preview*"))
    1.15        (YaTeX-showup-buffer
    1.16 -       pbuffer (function (x) (nth 3 (window-edges x))))
    1.17 +       pbuffer (function (lambda (x) (nth 3 (window-edges x)))))
    1.18        (with-output-to-temp-buffer pbuffer
    1.19  	(if YaTeX-dos			;if MS-DOS
    1.20  	    (progn (send-string-to-terminal "\e[2J\e[>5h") ;CLS & hide cursor