diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-01 15:24:21 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-01 15:28:15 +0200 |
commit | c6fa0ad315e38167cb81a4d8c143cc53ad783cc3 (patch) | |
tree | 65cd558675dbe74b44c91a03a12ce3db32edf1b8 /lisp/xml.el | |
parent | 379c0592632e3ddb3f2ce454d80ee05a643b1541 (diff) | |
download | emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.tar.gz emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.tar.bz2 emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.zip |
; Prefer https to http in many URLs
These were all tested with https and confirmed working.
Diffstat (limited to 'lisp/xml.el')
-rw-r--r-- | lisp/xml.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xml.el b/lisp/xml.el index 236d9cbe6c0..c96ff80446a 100644 --- a/lisp/xml.el +++ b/lisp/xml.el @@ -655,7 +655,7 @@ Leave point at the first non-blank character after the tag." (setq name (xml-maybe-do-ns (match-string-no-properties 1) nil xml-ns)) (goto-char end-pos) - ;; See also: http://www.w3.org/TR/2000/REC-xml-20001006#AVNormalize + ;; See also: https://www.w3.org/TR/2000/REC-xml-20001006#AVNormalize ;; Do we have a string between quotes (or double-quotes), ;; or a simple word ? |