changeset 159:ce67344a7ba0 dev

yahtml-indent-line is not effective in yahtml-tr-region, because it works in narrowed region.
author yuuji@gentei.org
date Thu, 09 Dec 2010 18:07:02 +0900
parents 2638644ff9a0
children b6b5bc017146
files yahtml.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yahtml.el	Thu Dec 09 16:19:44 2010 +0900
+++ b/yahtml.el	Thu Dec 09 18:07:02 2010 +0900
@@ -1,6 +1,6 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; (c) 1994-2010 by HIROSE Yuuji [yuuji(@)yatex.org]
-;;; Last modified Thu Dec  9 15:16:06 2010 on firestorm
+;;; Last modified Thu Dec  9 18:05:11 2010 on firestorm
 ;;; $Id$
 
 (defconst yahtml-revision-number "1.74.2"
@@ -2384,7 +2384,6 @@
 	(yahtml-td-region e delim (point) (point-end-of-line))
 	(end-of-line)
 	(insert "</tr>")
-	(yahtml-indent-line)
 	(forward-line 1)))))
 	
 ;;; ---------- filling ----------

yatex.org