diff --git a/yahtml.el b/yahtml.el
index 1917ad2..73c41b5 100644
--- a/yahtml.el
+++ b/yahtml.el
@@ -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)))