yatex

diff yatex.el @ 300:30f1a2659a39

Added tag yatex-1.77 for changeset d0c09133ced7
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 01 Apr 2013 23:03:34 +0900
parents 027c4e8d98ce
children 326bd21ad995
line diff
     1.1 --- a/yatex.el	Tue Feb 12 18:24:19 2013 +0900
     1.2 +++ b/yatex.el	Mon Apr 01 23:03:34 2013 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5 -;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Tue Feb 12 14:11:51 2013 on firestorm
     1.7 +;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org]
     1.8 +;;; Last modified Mon Apr  1 22:40:25 2013 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.76.3"
    1.17 +(defconst YaTeX-revision-number "1.77"
    1.18    "Revision number of running yatex.el")
    1.19  
    1.20  ;---------- Local variables ----------