# HG changeset patch # User HIROSE Yuuji # Date 1444879676 -32374 # Node ID 5b49aea3810daef545965468e856cdeea4b70637 # Parent 79dc66c450df6b2b9694bea6756b3a4583529f46 Loading error avoided(yatex19) diff -r 79dc66c450df -r 5b49aea3810d yatex.el --- a/yatex.el Wed Oct 07 09:46:39 2015 +0859 +++ b/yatex.el Thu Oct 15 12:27:30 2015 +0859 @@ -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 -r 79dc66c450df -r 5b49aea3810d yatex23.el --- a/yatex23.el Wed Oct 07 09:46:39 2015 +0859 +++ b/yatex23.el Thu Oct 15 12:27:30 2015 +0859 @@ -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.