yatex

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 diff
     1.1 --- a/yatex.el	Wed Oct 07 09:46:39 2015 +0859
     1.2 +++ b/yatex.el	Thu Oct 15 12:27:30 2015 +0859
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Mon Aug 31 11:59:17 2015 on zxr
     1.7 +;;; Last modified Thu Oct 15 12:26:28 2015 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; http://www.yatex.org/
    1.11 @@ -8,7 +8,7 @@
    1.12  ;;; Code:
    1.13  (require 'comment)
    1.14  (require 'yatexlib)
    1.15 -(defconst YaTeX-revision-number "1.78.9"
    1.16 +(defconst YaTeX-revision-number "1.78.10"
    1.17    "Revision number of running yatex.el")
    1.18  
    1.19  ;---------- Local variables ----------
     2.1 --- a/yatex23.el	Wed Oct 07 09:46:39 2015 +0859
     2.2 +++ b/yatex23.el	Thu Oct 15 12:27:30 2015 +0859
     2.3 @@ -1,8 +1,9 @@
     2.4  ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*-
     2.5  ;;; (c)2014-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     2.6 -;;; Last modified Sun Jan 18 21:12:27 2015 on firestorm
     2.7 +;;; Last modified Thu Oct 15 12:26:08 2015 on firestorm
     2.8  ;;; $Id$
     2.9  
    2.10 +(require 'yatex19)
    2.11  ;;; Code:
    2.12  (defvar YaTeX-dnd-auto-figure "figure"
    2.13    "*If set, include dropped \\includegraphcs{} into that environment.