yatex

diff yatex.el @ 467:4f8551386af2

Do not ask `align' when html4-strict mode
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 24 Jul 2017 11:08:34 +0859
parents 7bf780961390
children 84aa8dc36fd6
line diff
     1.1 --- a/yatex.el	Mon Mar 06 17:54:31 2017 +0859
     1.2 +++ b/yatex.el	Mon Jul 24 11:08:34 2017 +0859
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Mon Mar  6 17:40:50 2017 on firestorm
     1.7 +;;; Last modified Tue May 16 08:08:28 2017 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.79.2"
    1.16 +(defconst YaTeX-revision-number "1.79.3"
    1.17    "Revision number of running yatex.el")
    1.18  
    1.19  ;---------- Local variables ----------