yatex

changeset 429:8923ea11c085 dev

Add missing require for yatex23
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 01 Oct 2015 15:46:25 +0859
parents 9219b8c610f8
children fa7408c1a9e3
files yatexprc.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/yatexprc.el	Fri Sep 25 14:40:08 2015 +0859
     1.2 +++ b/yatexprc.el	Thu Oct 01 15:46:25 2015 +0859
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*-
     1.5  ;;; 
     1.6  ;;; (c)1993-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Fri Feb 13 08:07:20 2015 on firestorm
     1.8 +;;; Last modified Thu Oct  1 15:46:06 2015 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -567,6 +567,7 @@
    1.13  (defun YaTeX-typeset-environment-timer ()
    1.14    "Update preview image in the 
    1.15  Plist: '(buf begPoint endPoint precedingChar 2precedingChar Substring time)"
    1.16 +  (require 'yatex23)
    1.17    (let*((plist (get 'YaTeX-typeset-environment-timer 'laststate))
    1.18  	(b (nth 0 plist))
    1.19  	(s (nth 1 plist))