# HG changeset patch # User HIROSE Yuuji # Date 1665192138 -32373 # Node ID 722004cc4375f5fbc10729540486b58f6245263b # Parent 923a6c0183be469fb4f94b1258527f2ca1cc5b79 Add "manifest" to link attribute completion diff -r 923a6c0183be -r 722004cc4375 yahtml.el --- a/yahtml.el Thu Sep 29 10:23:48 2022 +0900 +++ b/yahtml.el Sat Oct 08 10:21:51 2022 +0859 @@ -1185,7 +1185,7 @@ (defvar yahtml-link-types-alist '(("alternate") ("stylesheet") ("start") ("next") ("prev") ("contents") ("index") ("glossary") ("chapter") ("section") - ("subsection") ("appendix") ("help") ("bookmark"))) + ("subsection") ("appendix") ("help") ("bookmark") ("manifest"))) (defvar yahtml-content-types-alist '(("text/css") ("text/html") ("text/plain") ("text/richtext") @@ -1620,7 +1620,7 @@ (concat (yahtml-make-optional-argument "rel" rel) (yahtml-make-optional-argument - "type" (yahtml-read-parameter "type" "text/css")) + "type" (yahtml-read-parameter "type")) (yahtml-make-optional-argument "href" (read-from-minibuffer-with-history