diff --git a/yatex.el b/yatex.el index e784e66..af39e96 100644 --- a/yatex.el +++ b/yatex.el @@ -1,6 +1,6 @@ ;;; yatex.el --- Yet Another tex-mode for emacs //�쒹// -*- coding: sjis -*- ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Mon Aug 31 11:59:17 2015 on zxr +;;; Last modified Thu Oct 15 12:26:28 2015 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.78.9" +(defconst YaTeX-revision-number "1.78.10" "Revision number of running yatex.el") ;---------- Local variables ---------- diff --git a/yatex23.el b/yatex23.el index 64f47fb..d4b6d34 100644 --- a/yatex23.el +++ b/yatex23.el @@ -1,8 +1,9 @@ ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*- ;;; (c)2014-2015 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Sun Jan 18 21:12:27 2015 on firestorm +;;; Last modified Thu Oct 15 12:26:08 2015 on firestorm ;;; $Id$ +(require 'yatex19) ;;; Code: (defvar YaTeX-dnd-auto-figure "figure" "*If set, include dropped \\includegraphcs{} into that environment.