yatex

changeset 215:a67236df3199 dev

Intelligent-newline should always be called.
author yuuji@gentei.org
date Fri, 13 Jan 2012 09:44:48 +0900
parents 58d11a018721
children c1edf0fbab32
files yatex.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Thu Jan 12 22:54:05 2012 +0900
     1.2 +++ b/yatex.el	Fri Jan 13 09:44:48 2012 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; Yet Another tex-mode for emacs - //野鳥//
     1.5  ;;; yatex.el rev. 1.75.1
     1.6  ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Thu Jan 12 20:25:32 2012 on firestorm
     1.8 +;;; Last modified Fri Jan 13 08:22:46 2012 on firestorm
     1.9  ;;; $Id$
    1.10  ;;; The latest version of this software is always available at;
    1.11  ;;; http://www.yatex.org/
    1.12 @@ -829,9 +829,9 @@
    1.13  	  (insert "\n")
    1.14  	  (or exchange (exchange-point-and-mark)))
    1.15        (goto-char beg2)
    1.16 +      (YaTeX-intelligent-newline nil)
    1.17        (if (intern-soft (concat "YaTeX-intelligent-newline-" env))
    1.18  	  (progn
    1.19 -	    (YaTeX-intelligent-newline nil)
    1.20  	    (message
    1.21  	     (cond
    1.22  	      (YaTeX-japan "%s で次の行の入力に進みます。")