comparison yatex.el @ 187:2f91947a43a1 dev

YaTeX-end-environment should not warn if opening structure is coming before closing one.
author yuuji@gentei.org
date Thu, 15 Dec 2011 13:39:36 +0900
parents 61996cd55816
children af2098da767b
comparison
equal deleted inserted replaced
186:61996cd55816 187:2f91947a43a1
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.5 3 ;;; yatex.el rev. 1.74.6
4 ;;; (c)1991-2011 by HIROSE Yuuji.[yuuji@yatex.org] 4 ;;; (c)1991-2011 by HIROSE Yuuji.[yuuji@yatex.org]
5 ;;; Last modified Thu Dec 1 23:00:13 2011 on firestorm 5 ;;; Last modified Thu Dec 15 13:37:47 2011 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.5" 12 (defconst YaTeX-revision-number "1.74.6"
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