* lisp/textmodes/sgml-mode.el (html-tag-alist): Add https.
This commit is contained in:
parent
7f59cadf6f
commit
0443f3f660
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue