yatex

changeset 360:e17589ce8b0d dev

Remove very old code.
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 22 Dec 2014 22:58:16 +0900
parents dbef6cf84f98
children 41a05a44826a
files yatex.el
diffstat 1 files changed, 2 insertions(+), 8 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Mon Dec 22 22:33:02 2014 +0900
     1.2 +++ b/yatex.el	Mon Dec 22 22:58:16 2014 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Mon Dec 22 22:23:52 2014 on firestorm
     1.7 +;;; Last modified Mon Dec 22 22:57:20 2014 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; http://www.yatex.org/
    1.11 @@ -8,7 +8,7 @@
    1.12  ;;; Code:
    1.13  (require 'comment)
    1.14  (require 'yatexlib)
    1.15 -(defconst YaTeX-revision-number "1.77.6"
    1.16 +(defconst YaTeX-revision-number "1.77.7"
    1.17    "Revision number of running yatex.el")
    1.18  
    1.19  ;---------- Local variables ----------
    1.20 @@ -37,12 +37,6 @@
    1.21  return to the editing paragraph by calling register-to-point with argument
    1.22  YaTeX-current-position-register.")
    1.23  
    1.24 -;;(defvar YaTeX-tmp-dic-unit 'main-file
    1.25 -;;  "*Default switching unit of temporary dictionary.
    1.26 -;;There are two switching unit:
    1.27 -;;'main-file	: switch tmp-dic according to main-file directory.
    1.28 -;;'directory	: switch tmp-dic dir by dir."
    1.29 -;;)
    1.30  (defvar YaTeX-use-LaTeX2e t "*Use LaTeX2e or not.  Nil means latex 2.09")
    1.31  
    1.32  (defvar tex-command