yatex

diff yatexlib.el @ 481:723f136edde5

Legacy local variable settings removed
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 Sep 2017 17:03:34 +0859
parents 2011de73a671
children 9132c20372ec
line diff
     1.1 --- a/yatexlib.el	Tue Feb 21 15:46:12 2017 +0859
     1.2 +++ b/yatexlib.el	Sun Sep 10 17:03:34 2017 +0859
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexlib.el --- YaTeX and yahtml common libraries -*- coding: sjis -*-
     1.5  ;;; 
     1.6  ;;; (c)1994-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Sat Jan 28 15:59:00 2017 on firestorm
     1.8 +;;; Last modified Sun Sep 10 09:53:33 2017 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -1703,9 +1703,3 @@
    1.13  	(kill-emacs))))
    1.14  
    1.15  (provide 'yatexlib)
    1.16 -; Local variables:
    1.17 -; fill-prefix: ";;; "
    1.18 -; paragraph-start: "^$\\|\\|;;;$"
    1.19 -; paragraph-separate: "^$\\|\\|;;;$"
    1.20 -; coding: sjis
    1.21 -; End: