* lisp/textmodes/sgml-mode.el (html-tag-alist): Add https.

This commit is contained in:
Stefan Kangas 2022-08-02 17:11:29 +02:00
parent 7f59cadf6f
commit 0443f3f660

View file

@ -1913,7 +1913,7 @@ This takes effect when first loading the library.")
(valign '(("top") ("middle") ("bottom") ("baseline")))
(rel '(("next") ("previous") ("parent") ("subdocument") ("made")))
(href '("href" ("ftp:") ("file:") ("finger:") ("gopher:") ("http:")
("mailto:") ("news:") ("rlogin:") ("telnet:") ("tn3270:")
("https:") ("mailto:") ("news:") ("rlogin:") ("telnet:") ("tn3270:")
("wais:") ("/cgi-bin/")))
(name '("name"))
(link `(,href