# HG changeset patch # User yuuji@gentei.org # Date 1255402437 -32400 # Node ID f2f0d1eedd39c107bd3f860e7ce56ac1e050d20b # Parent 4be83051f641268c4b82451919482de23eab773f Broken parens' balance, fixed. diff -r 4be83051f641 -r f2f0d1eedd39 yahtml.el --- 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))))