yatex

diff yatex.el @ 271:d467c0fb6083

Preparing for 1.76 release
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 10 May 2012 11:40:02 +0900
parents 8ad85ce1ee98
children 27aaf7d5e513
line diff
     1.1 --- a/yatex.el	Thu Feb 09 09:54:06 2012 +0900
     1.2 +++ b/yatex.el	Thu May 10 11:40:02 2012 +0900
     1.3 @@ -1,15 +1,15 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; Yet Another tex-mode for emacs - //–ì’¹//
     1.6 -;;; yatex.el rev. 1.75.3
     1.7 +;;; yatex.el rev. 1.76
     1.8  ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     1.9 -;;; Last modified Thu Feb  9 09:52:41 2012 on firestorm
    1.10 +;;; Last modified Thu May 10 11:06:33 2012 on firestorm
    1.11  ;;; $Id$
    1.12  ;;; The latest version of this software is always available at;
    1.13  ;;; http://www.yatex.org/
    1.14  
    1.15  (require 'comment)
    1.16  (require 'yatexlib)
    1.17 -(defconst YaTeX-revision-number "1.75.3"
    1.18 +(defconst YaTeX-revision-number "1.76"
    1.19    "Revision number of running yatex.el")
    1.20  
    1.21  ;---------- Local variables ----------