diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-29 17:44:23 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-29 17:48:22 -0700 |
commit | cbc832448878f7bc7b226243abb8d8b1ae68a937 (patch) | |
tree | 6613378d69f12e31eac1b0f2ab51a984ce4bae75 /lisp/thingatpt.el | |
parent | bbda601d1d4e125c9d3c374b56eee3e2e9623f1d (diff) | |
download | emacs-cbc832448878f7bc7b226243abb8d8b1ae68a937.tar.gz |
Prefer HTTPS to HTTP for gnu.org
This catches some URLs I missed in my previous scan,
or perhaps were added after the scan.
Diffstat (limited to 'lisp/thingatpt.el')
-rw-r--r-- | lisp/thingatpt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 13f761e69e7..485cc97555f 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el @@ -388,7 +388,7 @@ the bounds of a possible ill-formed URI (one lacking a scheme)." ;; Ensure PT is actually within BOUNDARY. Check the following ;; example with point on the beginning of the line: ;; - ;; 3,1406710489,http://gnu.org,0,"0" + ;; 3,1406710489,https://gnu.org,0,"0" (and (<= url-beg pt end) (cons url-beg end)))))) (put 'url 'thing-at-point 'thing-at-point-url-at-point) |