yatex

changeset 481:723f136edde5 dev

Legacy local variable settings removed
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 Sep 2017 17:03:34 +0859
parents 307d5bf535bb
children 9132c20372ec
files docs/htmlqa docs/qanda yahtml.el yatex.el yatex19.el yatex23.el yatexadd.el yatexlib.el
diffstat 8 files changed, 5 insertions(+), 28 deletions(-) [+]
line diff
     1.1 --- a/docs/htmlqa	Sun Sep 10 16:59:57 2017 +0859
     1.2 +++ b/docs/htmlqa	Sun Sep 10 17:03:34 2017 +0859
     1.3 @@ -188,5 +188,4 @@
     1.4  mode: indented-text
     1.5  fill-column: 72
     1.6  fill-prefix: "	"
     1.7 -buffer-file-coding-system: shift_jis-dos
     1.8  End:
     2.1 --- a/docs/qanda	Sun Sep 10 16:59:57 2017 +0859
     2.2 +++ b/docs/qanda	Sun Sep 10 17:03:34 2017 +0859
     2.3 @@ -709,5 +709,4 @@
     2.4  mode: indented-text
     2.5  fill-column: 72
     2.6  fill-prefix: "	"
     2.7 -buffer-file-coding-system: shift_jis-dos
     2.8  End:
     3.1 --- a/yahtml.el	Sun Sep 10 16:59:57 2017 +0859
     3.2 +++ b/yahtml.el	Sun Sep 10 17:03:34 2017 +0859
     3.3 @@ -1,6 +1,5 @@
     3.4  ;;; yahtml.el --- Yet Another HTML mode -*- coding: sjis -*-
     3.5  ;;; (c) 1994-2017 by HIROSE Yuuji [yuuji(@)yatex.org]
     3.6 -;;; Last modified Sun Sep 10 15:57:47 2017 on firestorm
     3.7  ;;; $Id$
     3.8  
     3.9  (defconst yahtml-revision-number "1.79.3"
    3.10 @@ -3365,5 +3364,4 @@
    3.11  ; fill-prefix: ";;; "
    3.12  ; paragraph-start: "^$\\|\\|;;;$"
    3.13  ; paragraph-separate: "^$\\|\\|;;;$"
    3.14 -; coding: sjis
    3.15  ; End:
     4.1 --- a/yatex.el	Sun Sep 10 16:59:57 2017 +0859
     4.2 +++ b/yatex.el	Sun Sep 10 17:03:34 2017 +0859
     4.3 @@ -1,6 +1,6 @@
     4.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     4.5  ;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     4.6 -;;; Last modified Tue Sep  5 13:31:22 2017 on firestorm
     4.7 +;;; Last modified Sun Sep 10 09:51:57 2017 on firestorm
     4.8  ;;; $Id$
     4.9  ;;; The latest version of this software is always available at;
    4.10  ;;; http://www.yatex.org/
    4.11 @@ -3278,7 +3278,3 @@
    4.12  
    4.13  ;; `History' was moved to ChangeLog
    4.14  ;----------------------------- End of yatex.el -----------------------------
    4.15 -
    4.16 -; Local variables:
    4.17 -; coding: sjis
    4.18 -; End:
     5.1 --- a/yatex19.el	Sun Sep 10 16:59:57 2017 +0859
     5.2 +++ b/yatex19.el	Sun Sep 10 17:03:34 2017 +0859
     5.3 @@ -1,6 +1,6 @@
     5.4  ;;; yatex19.el -- YaTeX facilities for Emacs 19 or later -*- coding: sjis -*-
     5.5  ;;; (c)1994-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     5.6 -;;; Last modified Thu Jan  5 17:45:46 2017 on firestorm
     5.7 +;;; Last modified Sun Sep 10 09:51:04 2017 on firestorm
     5.8  ;;; $Id$
     5.9  
    5.10  ;;; Code:
    5.11 @@ -823,5 +823,4 @@
    5.12  ; fill-prefix: ";;; "
    5.13  ; paragraph-start: "^$\\|\\|;;;$"
    5.14  ; paragraph-separate: "^$\\|\\|;;;$"
    5.15 -; coding: sjis
    5.16  ; End:
     6.1 --- a/yatex23.el	Sun Sep 10 16:59:57 2017 +0859
     6.2 +++ b/yatex23.el	Sun Sep 10 17:03:34 2017 +0859
     6.3 @@ -1,6 +1,6 @@
     6.4  ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*-
     6.5  ;;; (c)2014-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     6.6 -;;; Last modified Thu Jan  5 17:45:48 2017 on firestorm
     6.7 +;;; Last modified Sun Sep 10 09:52:29 2017 on firestorm
     6.8  ;;; $Id$
     6.9  
    6.10  (require 'yatex19)
    6.11 @@ -105,10 +105,3 @@
    6.12    "Face of on-the-fly preview image mode")
    6.13  
    6.14  (provide 'yatex23)
    6.15 -
    6.16 -; Local variables:
    6.17 -; fill-prefix: ";;; "
    6.18 -; paragraph-start: "^$\\|\\|;;;$"
    6.19 -; paragraph-separate: "^$\\|\\|;;;$"
    6.20 -; coding: sjis
    6.21 -; End:
     7.1 --- a/yatexadd.el	Sun Sep 10 16:59:57 2017 +0859
     7.2 +++ b/yatexadd.el	Sun Sep 10 17:03:34 2017 +0859
     7.3 @@ -1,6 +1,6 @@
     7.4  ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
     7.5  ;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     7.6 -;;; Last modified Sat Jun  3 23:23:23 2017 on firestorm
     7.7 +;;; Last modified Sun Sep 10 09:52:35 2017 on firestorm
     7.8  ;;; $Id$
     7.9  
    7.10  ;;; Code:
    7.11 @@ -2368,5 +2368,4 @@
    7.12  ; fill-prefix: ";;; "
    7.13  ; paragraph-start: "^$\\|\\|;;;$"
    7.14  ; paragraph-separate: "^$\\|\\|;;;$"
    7.15 -; coding: sjis
    7.16  ; End:
     8.1 --- a/yatexlib.el	Sun Sep 10 16:59:57 2017 +0859
     8.2 +++ b/yatexlib.el	Sun Sep 10 17:03:34 2017 +0859
     8.3 @@ -1,7 +1,7 @@
     8.4  ;;; yatexlib.el --- YaTeX and yahtml common libraries -*- coding: sjis -*-
     8.5  ;;; 
     8.6  ;;; (c)1994-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     8.7 -;;; Last modified Sat Jan 28 15:59:00 2017 on firestorm
     8.8 +;;; Last modified Sun Sep 10 09:53:33 2017 on firestorm
     8.9  ;;; $Id$
    8.10  
    8.11  ;;; Code:
    8.12 @@ -1703,9 +1703,3 @@
    8.13  	(kill-emacs))))
    8.14  
    8.15  (provide 'yatexlib)
    8.16 -; Local variables:
    8.17 -; fill-prefix: ";;; "
    8.18 -; paragraph-start: "^$\\|\\|;;;$"
    8.19 -; paragraph-separate: "^$\\|\\|;;;$"
    8.20 -; coding: sjis
    8.21 -; End: