comparison yatex.el @ 239:5de195a540c7 dev

YaTeX-intelligent-newline-document recognizes \par lover.
author yuuji@gentei.org
date Sun, 29 Jan 2012 17:29:02 +0900
parents d329bbed72cd
children 5ab3322d0f03
comparison
equal deleted inserted replaced
238:5260b7ee9fdf 239:5de195a540c7
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.75.2 3 ;;; yatex.el rev. 1.75.3
4 ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org] 4 ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
5 ;;; Last modified Mon Jan 23 07:58:11 2012 on firestorm 5 ;;; Last modified Sun Jan 29 17:27:03 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.75.2" 12 (defconst YaTeX-revision-number "1.75.3"
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