yatex

diff yatex.el @ 206:99cb56e58ec3

RCS-Checked in as 1.75
author yuuji@gentei.org
date Thu, 12 Jan 2012 12:25:08 +0900
parents 768ff443ef84
children c63a4ec6a492
line diff
     1.1 --- a/yatex.el	Tue Jan 10 15:24:37 2012 +0900
     1.2 +++ b/yatex.el	Thu Jan 12 12:25:08 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.74.7
     1.7 +;;; yatex.el rev. 1.75
     1.8  ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     1.9 -;;; Last modified Tue Jan 10 15:22:08 2012 on firestorm
    1.10 +;;; Last modified Thu Jan 12 11:40:38 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.74.7"
    1.18 +(defconst YaTeX-revision-number "1.75"
    1.19    "Revision number of running yatex.el")
    1.20  
    1.21  ;---------- Local variables ----------