diff --git a/yahtml.el b/yahtml.el
index 15f01dd..225b147 100644
--- a/yahtml.el
+++ b/yahtml.el
@@ -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))))