# HG changeset patch # User HIROSE Yuuji # Date 1443682408 -32374 # Node ID 5cce749f9bbbe1799a08d9edaf1a484cce912fe6 # Parent fa7408c1a9e313f9f3641687b05f714735383fda Position of require fixed diff -r fa7408c1a9e3 -r 5cce749f9bbb yatexprc.el --- a/yatexprc.el Thu Oct 01 15:47:12 2015 +0859 +++ b/yatexprc.el Thu Oct 01 15:53:02 2015 +0859 @@ -1,7 +1,7 @@ ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*- ;;; ;;; (c)1993-2015 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Thu Oct 1 15:46:06 2015 on firestorm +;;; Last modified Thu Oct 1 15:52:50 2015 on firestorm ;;; $Id$ ;;; Code: @@ -567,7 +567,6 @@ (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)) @@ -618,6 +617,7 @@ 'YaTeX-typeset-environment-by-builtin for using yatex-builtin.") (defun YaTeX-typeset-environment-1 () + (require 'yatex23) (let*((math (YaTeX-in-math-mode-p)) (dpi (or (YaTeX-get-builtin "IMAGEDPI") (if math "300" "200"))) (opoint (point))