yatex

diff yatexenv.el @ 61:b9f753846b6b

Bug fix release
author yuuji
date Mon, 07 Apr 1997 20:07:48 +0000
parents 9e08ed569d80
children 36a48185b95a
line diff
     1.1 --- a/yatexenv.el	Fri Jan 24 09:04:06 1997 +0000
     1.2 +++ b/yatexenv.el	Mon Apr 07 20:07:48 1997 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX environment-specific functions.
     1.5  ;;; yatexenv.el
     1.6  ;;; (c ) 1994-1997 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Fri Jan 24 18:00:38 1997 on supra
     1.8 +;;; Last modified Mon Apr  7 15:19:05 1997 on crx
     1.9  ;;; $Id$
    1.10  
    1.11  ;;;
    1.12 @@ -199,8 +199,9 @@
    1.13  `\\> \\> \\'	for tabbing environemnt,
    1.14  `& & \\ \hline'	for tabular environment."
    1.15    (interactive "P")
    1.16 -  (let*((env (YaTeX-inner-environment))
    1.17 -	func)
    1.18 +  (let*(env func)
    1.19 +    (end-of-line)
    1.20 +    (setq env (YaTeX-inner-environment))
    1.21      (if arg (setq env (YaTeX-read-environment "For what environment? ")))
    1.22      (setq func (intern-soft (concat "YaTeX-intelligent-newline-" env)))
    1.23      (end-of-line)