# HG changeset patch # User yuuji@gentei.org # Date 1326415488 -32400 # Node ID a67236df31993fdddd3263d843af5aef9f5fea21 # Parent 58d11a01872160a13184f606d19caaa4c4e8b747 Intelligent-newline should always be called. diff -r 58d11a018721 -r a67236df3199 yatex.el --- 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 で次の行の入力に進みます。")