]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/textmodes/sgml-mode.el (html-tag-alist): Add https.
authorStefan Kangas <stefan@marxist.se>
Tue, 2 Aug 2022 15:11:29 +0000 (17:11 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 2 Aug 2022 15:22:41 +0000 (17:22 +0200)
lisp/textmodes/sgml-mode.el

index ba0a94b4a1f5b9a103d42f30012ea27209879341..7d691430ec6efca9d787cddaa211613ddc417be3 100644 (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