yatex

diff yatex.el @ 243:74229d191b17

C-j skip can be used at <ol> and <input>.
author yuuji@gentei.org
date Thu, 09 Feb 2012 08:41:53 +0900
parents 5de195a540c7
children 8ad85ce1ee98
line diff
     1.1 --- a/yatex.el	Sun Jan 29 17:29:02 2012 +0900
     1.2 +++ b/yatex.el	Thu Feb 09 08:41:53 2012 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; Yet Another tex-mode for emacs - //–ì’¹//
     1.5  ;;; yatex.el rev. 1.75.3
     1.6  ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Sun Jan 29 17:27:03 2012 on firestorm
     1.8 +;;; Last modified Sun Jan 29 19:35:24 2012 on firestorm
     1.9  ;;; $Id$
    1.10  ;;; The latest version of this software is always available at;
    1.11  ;;; http://www.yatex.org/
    1.12 @@ -321,7 +321,8 @@
    1.13       ("verbatim") ("itemize") ("enumerate") ("description")
    1.14       ("list") ("tabular") ("tabular*") ("table") ("tabbing") ("titlepage")
    1.15       ("sloppypar") ("picture") ("displaymath")
    1.16 -     ("eqnarray") ("figure") ("equation") ("abstract") ("array")
    1.17 +     ("eqnarray") ("eqnarray*") ("figure") ("equation") ("equation*")
    1.18 +     ("abstract") ("array")
    1.19       ("thebibliography") ("theindex") ("flushleft") ("flushright")
    1.20       ("minipage")
    1.21       ("supertabular")