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 wrap: on
line diff
--- a/yahtml.el	Thu Oct 08 21:48:27 2009 +0900
+++ b/yahtml.el	Tue Oct 13 11:53:57 2009 +0900
@@ -1,6 +1,6 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; (c) 1994-2009 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Thu Oct  8 21:46:07 2009 on firestorm
+;;; Last modified Tue Oct 13 11:52:40 2009 on firestorm
 ;;; $Id: yahtml.el,v ce2deaceb818 2009/09/28 02:37:27 yuuji $
 
 (defconst yahtml-revision-number "1.72"
@@ -2157,6 +2157,7 @@
 	  (forward-line 1))
 	(set-marker e (point))
 	;(comment-region beg (point) (if uncom (list 4)))))
+	))
      (t ;(comment-region (region-beginning) (region-end) (if uncom (list 4)))
       (setq beg (region-beginning))
       (set-marker e (region-end))))

yatex.org