yatex

diff yatex.el @ 396:2fc714f03ddf

Clarify which element the current class name completions for
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 16 Jan 2015 10:47:48 +0900
parents 67fa6d791bc9
children 62a18e164d0b
line diff
     1.1 --- a/yatex.el	Fri Jan 16 10:13:08 2015 +0900
     1.2 +++ b/yatex.el	Fri Jan 16 10:47:48 2015 +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 Fri Jan 16 09:19:57 2015 on firestorm
     1.7 +;;; Last modified Fri Jan 16 10:27:24 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.6"
    1.16 +(defconst YaTeX-revision-number "1.78.7"
    1.17    "Revision number of running yatex.el")
    1.18  
    1.19  ;---------- Local variables ----------