yatex

changeset 613:38b311149463 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 diff
     1.1 --- a/yahtml.el	Mon Apr 29 17:09:10 2024 +0900
     1.2 +++ b/yahtml.el	Mon May 06 17:11:31 2024 +0900
     1.3 @@ -316,7 +316,7 @@
     1.4    "Define short cut key for begin type completion.
     1.5  Both for normal and region mode.
     1.6  To customize yahtml, user should use this function."
     1.7 -  (yahtml-define-begend-key-normal key env map 'yahtml-insert-tag)
     1.8 +  (yahtml-define-begend-key-normal key env map)
     1.9    (if YaTeX-inhibit-prefix-letter nil
    1.10      (yahtml-define-begend-region-key
    1.11       (concat (upcase (substring key 0 1)) (substring key 1)) env map)))