yatex

changeset 103:f2f0d1eedd39 dev

Broken parens' balance, fixed.
author yuuji@gentei.org
date Tue, 13 Oct 2009 11:53:57 +0900
parents 4be83051f641
children 47a11079cc56
files yahtml.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/yahtml.el	Thu Oct 08 21:48:27 2009 +0900
     1.2 +++ b/yahtml.el	Tue Oct 13 11:53:57 2009 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; (c) 1994-2009 by HIROSE Yuuji [yuuji@yatex.org]
     1.6 -;;; Last modified Thu Oct  8 21:46:07 2009 on firestorm
     1.7 +;;; Last modified Tue Oct 13 11:52:40 2009 on firestorm
     1.8  ;;; $Id: yahtml.el,v ce2deaceb818 2009/09/28 02:37:27 yuuji $
     1.9  
    1.10  (defconst yahtml-revision-number "1.72"
    1.11 @@ -2157,6 +2157,7 @@
    1.12  	  (forward-line 1))
    1.13  	(set-marker e (point))
    1.14  	;(comment-region beg (point) (if uncom (list 4)))))
    1.15 +	))
    1.16       (t ;(comment-region (region-beginning) (region-end) (if uncom (list 4)))
    1.17        (setq beg (region-beginning))
    1.18        (set-marker e (region-end))))