yatex

diff yatex.el @ 445:a3ba09c1e8e9

yatex 1.79 release version
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 05 Jan 2017 20:44:41 +0900
parents 5428250c886a
children 9a91ec831762
line diff
     1.1 --- a/yatex.el	Thu Dec 15 14:30:23 2016 +0859
     1.2 +++ b/yatex.el	Thu Jan 05 20:44:41 2017 +0900
     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 Thu Dec 15 14:29:36 2016 on firestorm
     1.7 +;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     1.8 +;;; Last modified Thu Jan  5 17:45:40 2017 on firestorm
     1.9  ;;; $Id$
    1.10  ;;; The latest version of this software is always available at;
    1.11  ;;; http://www.yatex.org/
    1.12 @@ -8,7 +8,7 @@
    1.13  ;;; Code:
    1.14  (require 'comment)
    1.15  (require 'yatexlib)
    1.16 -(defconst YaTeX-revision-number "1.78.10"
    1.17 +(defconst YaTeX-revision-number "1.79"
    1.18    "Revision number of running yatex.el")
    1.19  
    1.20  ;---------- Local variables ----------