yatex

diff yatex23.el @ 493:a9f39600366a

Added tag yatex-1.80 for changeset a2bb2426a154
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 Sep 2017 21:47:29 +0859
parents 7a9d30752353
children c0827f80b18e
line diff
     1.1 --- a/yatex23.el	Thu Jan 05 17:49:05 2017 +0900
     1.2 +++ b/yatex23.el	Sun Sep 10 21:47:29 2017 +0859
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*-
     1.5  ;;; (c)2014-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Thu Jan  5 17:45:48 2017 on firestorm
     1.7 +;;; Last modified Sun Sep 10 09:52:29 2017 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  (require 'yatex19)
    1.11 @@ -105,10 +105,3 @@
    1.12    "Face of on-the-fly preview image mode")
    1.13  
    1.14  (provide 'yatex23)
    1.15 -
    1.16 -; Local variables:
    1.17 -; fill-prefix: ";;; "
    1.18 -; paragraph-start: "^$\\|\\|;;;$"
    1.19 -; paragraph-separate: "^$\\|\\|;;;$"
    1.20 -; coding: sjis
    1.21 -; End: