comparison yatex.el @ 205:5a16b237416f dev

RCS-Checked in as 1.75
author yuuji@gentei.org
date Thu, 12 Jan 2012 12:24:40 +0900
parents 768ff443ef84
children c63a4ec6a492
comparison
equal deleted inserted replaced
204:1de7ae500ca4 205:5a16b237416f
1 ;;; -*- Emacs-Lisp -*- 1 ;;; -*- Emacs-Lisp -*-
2 ;;; Yet Another tex-mode for emacs - //–ì’¹// 2 ;;; Yet Another tex-mode for emacs - //–ì’¹//
3 ;;; yatex.el rev. 1.74.7 3 ;;; yatex.el rev. 1.75
4 ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org] 4 ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
5 ;;; Last modified Tue Jan 10 15:22:08 2012 on firestorm 5 ;;; Last modified Thu Jan 12 11:40:38 2012 on firestorm
6 ;;; $Id$ 6 ;;; $Id$
7 ;;; The latest version of this software is always available at; 7 ;;; The latest version of this software is always available at;
8 ;;; http://www.yatex.org/ 8 ;;; http://www.yatex.org/
9 9
10 (require 'comment) 10 (require 'comment)
11 (require 'yatexlib) 11 (require 'yatexlib)
12 (defconst YaTeX-revision-number "1.74.7" 12 (defconst YaTeX-revision-number "1.75"
13 "Revision number of running yatex.el") 13 "Revision number of running yatex.el")
14 14
15 ;---------- Local variables ---------- 15 ;---------- Local variables ----------
16 (defvar YaTeX-prefix "\C-c" 16 (defvar YaTeX-prefix "\C-c"
17 "*Prefix key to call YaTeX functions. 17 "*Prefix key to call YaTeX functions.

yatex.org