# HG changeset patch # User yuuji@gentei.org # Date 1291885622 -32400 # Node ID ce67344a7ba026bf812d9f997caa6fabc0b85508 # Parent 2638644ff9a005635766966f1ae4cb1e1f39e75a yahtml-indent-line is not effective in yahtml-tr-region, because it works in narrowed region. diff -r 2638644ff9a0 -r ce67344a7ba0 yahtml.el --- 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 "") - (yahtml-indent-line) (forward-line 1))))) ;;; ---------- filling ----------