comparison yatex23.el @ 481:723f136edde5 dev

Legacy local variable settings removed
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 Sep 2017 17:03:34 +0859
parents 7a9d30752353
children c0827f80b18e
comparison
equal deleted inserted replaced
480:307d5bf535bb 481:723f136edde5
1 ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*- 1 ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*-
2 ;;; (c)2014-2017 by HIROSE Yuuji.[yuuji@yatex.org] 2 ;;; (c)2014-2017 by HIROSE Yuuji.[yuuji@yatex.org]
3 ;;; Last modified Thu Jan 5 17:45:48 2017 on firestorm 3 ;;; Last modified Sun Sep 10 09:52:29 2017 on firestorm
4 ;;; $Id$ 4 ;;; $Id$
5 5
6 (require 'yatex19) 6 (require 'yatex19)
7 ;;; Code: 7 ;;; Code:
8 (defvar YaTeX-dnd-auto-figure "figure" 8 (defvar YaTeX-dnd-auto-figure "figure"
103 (cdr YaTeX-on-the-fly-bg-face)))) 103 (cdr YaTeX-on-the-fly-bg-face))))
104 (list t (list ':bold t))) 104 (list t (list ':bold t)))
105 "Face of on-the-fly preview image mode") 105 "Face of on-the-fly preview image mode")
106 106
107 (provide 'yatex23) 107 (provide 'yatex23)
108
109 ; Local variables:
110 ; fill-prefix: ";;; "
111 ; paragraph-start: "^$\\| \\|;;;$"
112 ; paragraph-separate: "^$\\| \\|;;;$"
113 ; coding: sjis
114 ; End:

yatex.org