# HG changeset patch # User HIROSE Yuuji # Date 1714983091 -32400 # Node ID 38b3111494637371526c57c27bcfb52027988d52 # Parent c4af3ae90537a7d71da18a908ab2b80e8dc1a636 Key definition fixed diff -r c4af3ae90537 -r 38b311149463 yahtml.el --- a/yahtml.el Mon Apr 29 17:09:10 2024 +0900 +++ b/yahtml.el Mon May 06 17:11:31 2024 +0900 @@ -316,7 +316,7 @@ "Define short cut key for begin type completion. Both for normal and region mode. To customize yahtml, user should use this function." - (yahtml-define-begend-key-normal key env map 'yahtml-insert-tag) + (yahtml-define-begend-key-normal key env map) (if YaTeX-inhibit-prefix-letter nil (yahtml-define-begend-region-key (concat (upcase (substring key 0 1)) (substring key 1)) env map)))