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 wrap: on
line diff
--- a/yatex.el	Thu Jan 12 22:54:05 2012 +0900
+++ b/yatex.el	Fri Jan 13 09:44:48 2012 +0900
@@ -2,7 +2,7 @@
 ;;; Yet Another tex-mode for emacs - //野鳥//
 ;;; yatex.el rev. 1.75.1
 ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Thu Jan 12 20:25:32 2012 on firestorm
+;;; Last modified Fri Jan 13 08:22:46 2012 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -829,9 +829,9 @@
 	  (insert "\n")
 	  (or exchange (exchange-point-and-mark)))
       (goto-char beg2)
+      (YaTeX-intelligent-newline nil)
       (if (intern-soft (concat "YaTeX-intelligent-newline-" env))
 	  (progn
-	    (YaTeX-intelligent-newline nil)
 	    (message
 	     (cond
 	      (YaTeX-japan "%s で次の行の入力に進みます。")

yatex.org