yatex

changeset 235:f70aae80489e dev

YaTeX-intelligent-newline-equation is useless and harmful, removed.
author yuuji@gentei.org
date Sat, 28 Jan 2012 20:05:23 +0900
parents b75390dd4260
children 328a212a2160
files yatexenv.el
diffstat 1 files changed, 1 insertions(+), 11 deletions(-) [+]
line diff
     1.1 --- a/yatexenv.el	Sat Jan 28 11:16:11 2012 +0900
     1.2 +++ b/yatexenv.el	Sat Jan 28 20:05:23 2012 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX environment-specific functions.
     1.5  ;;; yatexenv.el
     1.6  ;;; (c) 1994-2006 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Sat Jan 28 10:26:54 2012 on firestorm
     1.8 +;;; Last modified Sat Jan 28 18:31:05 2012 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;;
    1.12 @@ -252,16 +252,6 @@
    1.13    (YaTeX-make-section nil nil nil "bibitem")
    1.14    (YaTeX-indent-line))
    1.15  
    1.16 -
    1.17 -;;;
    1.18 -;; Functions for math mode environments
    1.19 -;;;
    1.20 -(defun YaTeX-intelligent-newline-equation ()
    1.21 -  "Warn equation can't have multiple lines."
    1.22 -  (undo)
    1.23 -  (error "Equation environment can't have multiple lines."))
    1.24 -(fset 'YaTeX-intelligent-newline-equation* 'YaTeX-intelligent-newline-equation)
    1.25 -
    1.26  ;;;
    1.27  ;; For document environment
    1.28  ;;;