comparison yatex.el @ 309:774935c77366 dev

Simply update revision number.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 21 Nov 2013 16:16:06 +0900
parents 326bd21ad995
children 0d42b3d7f958 c456fd55013e
comparison
equal deleted inserted replaced
308:5c0f3d315bf9 309:774935c77366
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-2013 by HIROSE Yuuji.[yuuji@yatex.org] 2 ;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org]
3 ;;; Last modified Wed Nov 20 21:43:25 2013 on firestorm 3 ;;; Last modified Thu Nov 21 16:15:16 2013 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:
9 (require 'comment) 9 (require 'comment)
10 (require 'yatexlib) 10 (require 'yatexlib)
11 (defconst YaTeX-revision-number "1.77" 11 (defconst YaTeX-revision-number "1.77.1"
12 "Revision number of running yatex.el") 12 "Revision number of running yatex.el")
13 13
14 ;---------- Local variables ---------- 14 ;---------- Local variables ----------
15 (defvar YaTeX-prefix "\C-c" 15 (defvar YaTeX-prefix "\C-c"
16 "*Prefix key to call YaTeX functions. 16 "*Prefix key to call YaTeX functions.

yatex.org