yatex

changeset 320:1bbc6cff5b6c dev

typo
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 03 Jun 2014 09:40:32 +0900
parents afe97f605d96
children d08c824ababe
files yahtml.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yahtml.el	Tue Jun 03 09:31:13 2014 +0900
     1.2 +++ b/yahtml.el	Tue Jun 03 09:40:32 2014 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yahtml.el --- Yet Another HTML mode -*- coding: sjis -*-
     1.5  ;;; (c) 1994-2013 by HIROSE Yuuji [yuuji(@)yatex.org]
     1.6 -;;; Last modified Tue Jun  3 09:28:49 2014 on firestorm
     1.7 +;;; Last modified Tue Jun  3 09:40:02 2014 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  (defconst yahtml-revision-number "1.76"
    1.11 @@ -1726,7 +1726,7 @@
    1.12  	   (setq c (preceding-char))
    1.13  	   (delete-backward-char 1)
    1.14  	   nil))			;Fall through to the next 't block
    1.15 -     (t (insert (format "&#%x;" c))))))
    1.16 +     (t (insert (format "&#x%x;" c))))))
    1.17  
    1.18  (defun yahtml:!--\#include ()
    1.19    (let ((file (yahtml-read-parameter "file" "")))