# HG changeset patch # User HIROSE Yuuji # Date 1401756032 -32400 # Node ID 1bbc6cff5b6cef87bb39f3097b3e2fb54c6cca99 # Parent afe97f605d96ffeb8e0cfd33085b0a5400e1ee41 typo diff -r afe97f605d96 -r 1bbc6cff5b6c yahtml.el --- a/yahtml.el Tue Jun 03 09:31:13 2014 +0900 +++ b/yahtml.el Tue Jun 03 09:40:32 2014 +0900 @@ -1,6 +1,6 @@ ;;; yahtml.el --- Yet Another HTML mode -*- coding: sjis -*- ;;; (c) 1994-2013 by HIROSE Yuuji [yuuji(@)yatex.org] -;;; Last modified Tue Jun 3 09:28:49 2014 on firestorm +;;; Last modified Tue Jun 3 09:40:02 2014 on firestorm ;;; $Id$ (defconst yahtml-revision-number "1.76" @@ -1726,7 +1726,7 @@ (setq c (preceding-char)) (delete-backward-char 1) nil)) ;Fall through to the next 't block - (t (insert (format "&#%x;" c)))))) + (t (insert (format "&#x%x;" c)))))) (defun yahtml:!--\#include () (let ((file (yahtml-read-parameter "file" "")))