# HG changeset patch # User HIROSE Yuuji # Date 1418913099 -32400 # Node ID 82ca1d4a994dbcec572f8a93ce6cfe75d5afbc43 # Parent bfd7a5998555dcad47bc58ed4a63b192fbd9094a Add wrap{figure,table} to default completion diff -r bfd7a5998555 -r 82ca1d4a994d yatex.el --- a/yatex.el Thu Dec 18 23:00:08 2014 +0900 +++ b/yatex.el Thu Dec 18 23:31:39 2014 +0900 @@ -1,6 +1,6 @@ ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*- ;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Tue Dec 16 15:43:59 2014 on firestorm +;;; Last modified Thu Dec 18 18:20:39 2014 on firestorm ;;; $Id$ ;;; The latest version of this software is always available at; ;;; http://www.yatex.org/ @@ -8,7 +8,7 @@ ;;; Code: (require 'comment) (require 'yatexlib) -(defconst YaTeX-revision-number "1.77.4" +(defconst YaTeX-revision-number "1.77.5" "Revision number of running yatex.el") ;---------- Local variables ---------- @@ -347,6 +347,7 @@ ("thebibliography") ("theindex") ("flushleft") ("flushright") ("minipage") ("supertabular") + ("wrapfigure") ("wraptable") ) (if YaTeX-use-LaTeX2e '(("comment") ;defined in version