changeset 116:55b263b905b8 dev

Remove garbage code.
author yuuji@gentei.org
date Fri, 16 Oct 2009 21:56:28 +0900
parents d461ecc865d4
children f50350c09cb9
files yahtml.el
diffstat 1 files changed, 1 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/yahtml.el	Fri Oct 16 21:49:51 2009 +0900
+++ b/yahtml.el	Fri Oct 16 21:56:28 2009 +0900
@@ -1,6 +1,6 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; (c) 1994-2009 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Fri Oct 16 21:48:53 2009 on firestorm
+;;; Last modified Fri Oct 16 21:55:45 2009 on firestorm
 ;;; $Id$
 
 (defconst yahtml-revision-number "1.74.1"
@@ -2957,17 +2957,6 @@
   (font-lock-mode -1)			;is stupid, but sure.
   (font-lock-mode 1))
 
-;; (defun yahtml-fontify-to-tagend (lim)
-;;   "*Fontify any tag including < and >.
-;; This is invalid use of font-lock function.  Therefore
-;; this fontifying will loose effectiveness soon or later."
-;;   (let ((start (match-beginning 0))
-;; 	(end (progn (skip-chars-forward "^>") (1+ (point)))))
-;;     (or nil; (font-lock-any-faces-p start end)
-;; 	(font-lock-fillin-text-property
-;; 	 start end 'face 'font-lock font-lock-keyword-face)))
-;;   nil)
-
 (run-hooks 'yahtml-load-hook)
 (provide 'yahtml)
 

yatex.org