# HG changeset patch # User HIROSE Yuuji # Date 1443682011 -32374 # Node ID 8923ea11c085c1edcf7eb27eefbc0482e7cbe754 # Parent 9219b8c610f8648eef2ce40949d283e7f795755c Add missing require for yatex23 diff -r 9219b8c610f8 -r 8923ea11c085 yatexprc.el --- 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))