changeset 613:38b311149463 draft dev tip

Key definition fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 06 May 2024 17:11:31 +0900
parents c4af3ae90537
children
files yahtml.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))

yatex.org