diff --git a/yatexenv.el b/yatexenv.el index 352fdde..8ba4187 100644 --- a/yatexenv.el +++ b/yatexenv.el @@ -2,7 +2,7 @@ ;;; YaTeX environment-specific functions. ;;; yatexenv.el ;;; (c) 1994-2006 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Sat Jan 28 10:26:54 2012 on firestorm +;;; Last modified Sat Jan 28 18:31:05 2012 on firestorm ;;; $Id$ ;;; @@ -252,16 +252,6 @@ (YaTeX-make-section nil nil nil "bibitem") (YaTeX-indent-line)) - -;;; -;; Functions for math mode environments -;;; -(defun YaTeX-intelligent-newline-equation () - "Warn equation can't have multiple lines." - (undo) - (error "Equation environment can't have multiple lines.")) -(fset 'YaTeX-intelligent-newline-equation* 'YaTeX-intelligent-newline-equation) - ;;; ;; For document environment ;;;