comparison yatex.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 355b28fc0025
children 9132c20372ec
comparison
equal deleted inserted replaced
480:307d5bf535bb 481:723f136edde5
1 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*- 1 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
2 ;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org] 2 ;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
3 ;;; Last modified Tue Sep 5 13:31:22 2017 on firestorm 3 ;;; Last modified Sun Sep 10 09:51:57 2017 on firestorm
4 ;;; $Id$ 4 ;;; $Id$
5 ;;; The latest version of this software is always available at; 5 ;;; The latest version of this software is always available at;
6 ;;; http://www.yatex.org/ 6 ;;; http://www.yatex.org/
7 7
8 ;;; Code: 8 ;;; Code:
3276 'kill-buffer 'YaTeX-kill-buffer YaTeX-mode-map) 3276 'kill-buffer 'YaTeX-kill-buffer YaTeX-mode-map)
3277 (run-hooks 'yatex-mode-load-hook) 3277 (run-hooks 'yatex-mode-load-hook)
3278 3278
3279 ;; `History' was moved to ChangeLog 3279 ;; `History' was moved to ChangeLog
3280 ;----------------------------- End of yatex.el ----------------------------- 3280 ;----------------------------- End of yatex.el -----------------------------
3281
3282 ; Local variables:
3283 ; coding: sjis
3284 ; End:

yatex.org