yatex

changeset 597:722004cc4375 dev

Add "manifest" to link attribute completion
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 08 Oct 2022 10:21:51 +0859
parents 923a6c0183be
children ebe2b7a66b9d
files yahtml.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yahtml.el	Thu Sep 29 10:23:48 2022 +0900
     1.2 +++ b/yahtml.el	Sat Oct 08 10:21:51 2022 +0859
     1.3 @@ -1185,7 +1185,7 @@
     1.4  (defvar yahtml-link-types-alist 
     1.5    '(("alternate") ("stylesheet") ("start") ("next") ("prev")
     1.6      ("contents") ("index") ("glossary") ("chapter") ("section")
     1.7 -    ("subsection") ("appendix") ("help") ("bookmark")))
     1.8 +    ("subsection") ("appendix") ("help") ("bookmark") ("manifest")))
     1.9  
    1.10  (defvar yahtml-content-types-alist
    1.11    '(("text/css") ("text/html") ("text/plain") ("text/richtext")
    1.12 @@ -1620,7 +1620,7 @@
    1.13        (concat
    1.14         (yahtml-make-optional-argument "rel" rel)
    1.15         (yahtml-make-optional-argument
    1.16 -	"type" (yahtml-read-parameter "type" "text/css"))
    1.17 +	"type" (yahtml-read-parameter "type"))
    1.18         (yahtml-make-optional-argument
    1.19  	"href"
    1.20  	(read-from-minibuffer-with-history