yatex

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 diff
     1.1 --- a/yahtml.el	Thu Dec 09 16:19:44 2010 +0900
     1.2 +++ b/yahtml.el	Thu Dec 09 18:07:02 2010 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; (c) 1994-2010 by HIROSE Yuuji [yuuji(@)yatex.org]
     1.6 -;;; Last modified Thu Dec  9 15:16:06 2010 on firestorm
     1.7 +;;; Last modified Thu Dec  9 18:05:11 2010 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  (defconst yahtml-revision-number "1.74.2"
    1.11 @@ -2384,7 +2384,6 @@
    1.12  	(yahtml-td-region e delim (point) (point-end-of-line))
    1.13  	(end-of-line)
    1.14  	(insert "</tr>")
    1.15 -	(yahtml-indent-line)
    1.16  	(forward-line 1)))))
    1.17  	
    1.18  ;;; ---------- filling ----------