comparison yatex.el @ 88:ce2deaceb818 yatex-1.74

yatex-1.74
author yuuji@gentei.org
date Mon, 28 Sep 2009 11:37:51 +0900
parents f14ec50103d0
children 45b54410c794
comparison
equal deleted inserted replaced
87:7ab5cf76e676 88:ce2deaceb818
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.73.1 3 ;;; yatex.el rev. 1.74
4 ;;; (c)1991-2007 by HIROSE Yuuji.[yuuji@yatex.org] 4 ;;; (c)1991-2009 by HIROSE Yuuji.[yuuji@yatex.org]
5 ;;; Last modified Tue Nov 6 10:17:53 2007 on firestorm 5 ;;; Last modified Mon Sep 28 10:44:35 2009 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.73.1" 12 (defconst YaTeX-revision-number "1.74"
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