yatex

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 diff
     1.1 --- a/yahtml.el	Fri Oct 16 21:49:51 2009 +0900
     1.2 +++ b/yahtml.el	Fri Oct 16 21:56:28 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 Fri Oct 16 21:48:53 2009 on firestorm
     1.7 +;;; Last modified Fri Oct 16 21:55:45 2009 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  (defconst yahtml-revision-number "1.74.1"
    1.11 @@ -2957,17 +2957,6 @@
    1.12    (font-lock-mode -1)			;is stupid, but sure.
    1.13    (font-lock-mode 1))
    1.14  
    1.15 -;; (defun yahtml-fontify-to-tagend (lim)
    1.16 -;;   "*Fontify any tag including < and >.
    1.17 -;; This is invalid use of font-lock function.  Therefore
    1.18 -;; this fontifying will loose effectiveness soon or later."
    1.19 -;;   (let ((start (match-beginning 0))
    1.20 -;; 	(end (progn (skip-chars-forward "^>") (1+ (point)))))
    1.21 -;;     (or nil; (font-lock-any-faces-p start end)
    1.22 -;; 	(font-lock-fillin-text-property
    1.23 -;; 	 start end 'face 'font-lock font-lock-keyword-face)))
    1.24 -;;   nil)
    1.25 -
    1.26  (run-hooks 'yahtml-load-hook)
    1.27  (provide 'yahtml)
    1.28