changeset 433:5b49aea3810d dev

Loading error avoided(yatex19)
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 15 Oct 2015 12:27:30 +0859
parents 79dc66c450df
children 22e8feb8ee15
files yatex.el yatex23.el
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/yatex.el	Wed Oct 07 09:46:39 2015 +0859
+++ b/yatex.el	Thu Oct 15 12:27:30 2015 +0859
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Mon Aug 31 11:59:17 2015 on zxr
+;;; Last modified Thu Oct 15 12:26:28 2015 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -8,7 +8,7 @@
 ;;; Code:
 (require 'comment)
 (require 'yatexlib)
-(defconst YaTeX-revision-number "1.78.9"
+(defconst YaTeX-revision-number "1.78.10"
   "Revision number of running yatex.el")
 
 ;---------- Local variables ----------
--- a/yatex23.el	Wed Oct 07 09:46:39 2015 +0859
+++ b/yatex23.el	Thu Oct 15 12:27:30 2015 +0859
@@ -1,8 +1,9 @@
 ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*-
 ;;; (c)2014-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Sun Jan 18 21:12:27 2015 on firestorm
+;;; Last modified Thu Oct 15 12:26:08 2015 on firestorm
 ;;; $Id$
 
+(require 'yatex19)
 ;;; Code:
 (defvar YaTeX-dnd-auto-figure "figure"
   "*If set, include dropped \\includegraphcs{} into that environment.

yatex.org