yatex

diff yatex.el @ 382:e009c4f86ede

Change default directory of HELP file to under `site-lisp/yatex'.
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 06 Jan 2015 20:29:08 +0900
parents afb8cb06b1d4
children 0f66df4d0477
line diff
     1.1 --- a/yatex.el	Wed Dec 31 23:00:01 2014 +0900
     1.2 +++ b/yatex.el	Tue Jan 06 20:29:08 2015 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5 -;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Wed Dec 31 18:50:06 2014 on sdr
     1.7 +;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     1.8 +;;; Last modified Tue Jan  6 08:53:32 2015 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.78.3"
    1.17 +(defconst YaTeX-revision-number "1.78.4"
    1.18    "Revision number of running yatex.el")
    1.19  
    1.20  ;---------- Local variables ----------