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 wrap: on
line diff
--- a/yatexprc.el	Fri Sep 25 14:40:08 2015 +0859
+++ b/yatexprc.el	Thu Oct 01 15:46:25 2015 +0859
@@ -1,7 +1,7 @@
 ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*-
 ;;; 
 ;;; (c)1993-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Fri Feb 13 08:07:20 2015 on firestorm
+;;; Last modified Thu Oct  1 15:46:06 2015 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -567,6 +567,7 @@
 (defun YaTeX-typeset-environment-timer ()
   "Update preview image in the 
 Plist: '(buf begPoint endPoint precedingChar 2precedingChar Substring time)"
+  (require 'yatex23)
   (let*((plist (get 'YaTeX-typeset-environment-timer 'laststate))
 	(b (nth 0 plist))
 	(s (nth 1 plist))

yatex.org