diff options
| author | Stefan Kangas | 2020-10-24 20:22:33 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-10-24 20:23:27 +0200 |
| commit | dd16e46bb9d0099baea06d780ad8f62728addc2e (patch) | |
| tree | 11cdd1aa9078700dab40855d90e690ca292fa16f /lisp | |
| parent | 10e7c76ee3e263a7691745d9384bae475c2f5c86 (diff) | |
| download | emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.tar.gz emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.zip | |
; Prefer https to http in more URLs
These were all tested and confirmed working.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog.11 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.16 | 10 | ||||
| -rw-r--r-- | lisp/ChangeLog.17 | 2 | ||||
| -rw-r--r-- | lisp/ansi-color.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/semantic/wisent/grammar.el | 2 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-backend.el | 2 | ||||
| -rw-r--r-- | lisp/frame.el | 2 | ||||
| -rw-r--r-- | lisp/international/mule-conf.el | 2 | ||||
| -rw-r--r-- | lisp/jsonrpc.el | 2 | ||||
| -rw-r--r-- | lisp/mail/mail-extr.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-thread.el | 2 | ||||
| -rw-r--r-- | lisp/misc.el | 4 | ||||
| -rw-r--r-- | lisp/net/ldap.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp-archive.el | 2 | ||||
| -rw-r--r-- | lisp/notifications.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/xsd-regexp.el | 4 | ||||
| -rw-r--r-- | lisp/org/ob-coq.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-js.el | 6 | ||||
| -rw-r--r-- | lisp/org/ob-vala.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-tempo.el | 2 | ||||
| -rw-r--r-- | lisp/pcmpl-x.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/antlr-mode.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cl-font-lock.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/python.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/xref.el | 2 | ||||
| -rw-r--r-- | lisp/term.el | 2 | ||||
| -rw-r--r-- | lisp/vc/vc-bzr.el | 2 | ||||
| -rw-r--r-- | lisp/vc/vc-svn.el | 4 |
29 files changed, 39 insertions, 39 deletions
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index 52b85950be0..374a5668932 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 | |||
| @@ -13392,7 +13392,7 @@ | |||
| 13392 | 13392 | ||
| 13393 | * progmodes/compile.el (compilation-error-regexp-alist): | 13393 | * progmodes/compile.el (compilation-error-regexp-alist): |
| 13394 | Add Java ANt error detection as described in document | 13394 | Add Java ANt error detection as described in document |
| 13395 | http://ant.apache.org/faq.html | 13395 | https://ant.apache.org/faq.html |
| 13396 | 13396 | ||
| 13397 | 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change) | 13397 | 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change) |
| 13398 | 13398 | ||
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16 index 6c093790d31..bb7389c5b71 100644 --- a/lisp/ChangeLog.16 +++ b/lisp/ChangeLog.16 | |||
| @@ -379,7 +379,7 @@ | |||
| 379 | 2013-02-28 Sam Steingold <sds@gnu.org> | 379 | 2013-02-28 Sam Steingold <sds@gnu.org> |
| 380 | 380 | ||
| 381 | * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces. | 381 | * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces. |
| 382 | See <http://stackoverflow.com/questions/14720205>. | 382 | See <https://stackoverflow.com/questions/14720205>. |
| 383 | 383 | ||
| 384 | 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 384 | 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 385 | 385 | ||
| @@ -1326,7 +1326,7 @@ | |||
| 1326 | 1326 | ||
| 1327 | * net/soap-client.el (soap-invoke): Encode the string for | 1327 | * net/soap-client.el (soap-invoke): Encode the string for |
| 1328 | `url-request-data' as UTF-8. | 1328 | `url-request-data' as UTF-8. |
| 1329 | Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>. | 1329 | Fixes <https://code.google.com/p/emacs-soap-client/issues/detail?id=16>. |
| 1330 | 1330 | ||
| 1331 | 2013-02-01 Glenn Morris <rgm@gnu.org> | 1331 | 2013-02-01 Glenn Morris <rgm@gnu.org> |
| 1332 | 1332 | ||
| @@ -2462,7 +2462,7 @@ | |||
| 2462 | 2012-12-27 Sam Steingold <sds@gnu.org> | 2462 | 2012-12-27 Sam Steingold <sds@gnu.org> |
| 2463 | 2463 | ||
| 2464 | * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger | 2464 | * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger |
| 2465 | continuations, see <http://stackoverflow.com/questions/3582436>. | 2465 | continuations, see <https://stackoverflow.com/questions/3582436>. |
| 2466 | 2466 | ||
| 2467 | 2012-12-27 Dmitry Gutov <dgutov@yandex.ru> | 2467 | 2012-12-27 Dmitry Gutov <dgutov@yandex.ru> |
| 2468 | 2468 | ||
| @@ -11473,7 +11473,7 @@ | |||
| 11473 | (sh-set-shell): Use smie-setup if requested. | 11473 | (sh-set-shell): Use smie-setup if requested. |
| 11474 | 11474 | ||
| 11475 | * term.el (term-set-escape-char): Properly set term-escape-char. | 11475 | * term.el (term-set-escape-char): Properly set term-escape-char. |
| 11476 | See http://stackoverflow.com/questions/10524656. | 11476 | See https://stackoverflow.com/questions/10524656. |
| 11477 | 11477 | ||
| 11478 | 2012-05-10 Chong Yidong <cyd@gnu.org> | 11478 | 2012-05-10 Chong Yidong <cyd@gnu.org> |
| 11479 | 11479 | ||
| @@ -16476,7 +16476,7 @@ | |||
| 16476 | (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as | 16476 | (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as |
| 16477 | regular python pdb prompts. Adjustments shamelessly taken exactly as | 16477 | regular python pdb prompts. Adjustments shamelessly taken exactly as |
| 16478 | suggested in EmacsWiki page (tiny change): | 16478 | suggested in EmacsWiki page (tiny change): |
| 16479 | http://www.emacswiki.org/PythonProgrammingInEmacs#toc14 | 16479 | https://www.emacswiki.org/PythonProgrammingInEmacs#toc14 |
| 16480 | 16480 | ||
| 16481 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 16481 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 16482 | 16482 | ||
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index 8039e3f28a3..5789445fcd6 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 | |||
| @@ -23951,7 +23951,7 @@ | |||
| 23951 | 23951 | ||
| 23952 | * simple.el (shell-command-on-region): Pass the `replace' argument | 23952 | * simple.el (shell-command-on-region): Pass the `replace' argument |
| 23953 | down to `call-process-region' to comply with the doc as reported on | 23953 | down to `call-process-region' to comply with the doc as reported on |
| 23954 | <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region> | 23954 | <https://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region> |
| 23955 | 23955 | ||
| 23956 | 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca> | 23956 | 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 23957 | 23957 | ||
diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index c3b2d98c140..d20260b185c 100644 --- a/lisp/ansi-color.el +++ b/lisp/ansi-color.el | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | ;; | 39 | ;; |
| 40 | ;; SGR control sequences are defined in section 3.8.117 of the ECMA-48 | 40 | ;; SGR control sequences are defined in section 3.8.117 of the ECMA-48 |
| 41 | ;; standard (identical to ISO/IEC 6429), which is freely available as a | 41 | ;; standard (identical to ISO/IEC 6429), which is freely available as a |
| 42 | ;; PDF file <URL:http://www.ecma-international.org/publications/standards/Ecma-048.htm>. | 42 | ;; PDF file <URL:https://www.ecma-international.org/publications/standards/Ecma-048.htm>. |
| 43 | ;; The "Graphic Rendition Combination Mode (GRCM)" implemented is | 43 | ;; The "Graphic Rendition Combination Mode (GRCM)" implemented is |
| 44 | ;; "cumulative mode" as defined in section 7.2.8. Cumulative mode | 44 | ;; "cumulative mode" as defined in section 7.2.8. Cumulative mode |
| 45 | ;; means that whenever possible, SGR control sequences are combined | 45 | ;; means that whenever possible, SGR control sequences are combined |
| @@ -84,7 +84,7 @@ This translation effectively colorizes strings and regions based upon | |||
| 84 | SGR control sequences embedded in the text. SGR (Select Graphic | 84 | SGR control sequences embedded in the text. SGR (Select Graphic |
| 85 | Rendition) control sequences are defined in section 8.3.117 of the | 85 | Rendition) control sequences are defined in section 8.3.117 of the |
| 86 | ECMA-48 standard (identical to ISO/IEC 6429), which is freely available | 86 | ECMA-48 standard (identical to ISO/IEC 6429), which is freely available |
| 87 | at <URL:http://www.ecma-international.org/publications/standards/Ecma-048.htm> | 87 | at <URL:https://www.ecma-international.org/publications/standards/Ecma-048.htm> |
| 88 | as a PDF file." | 88 | as a PDF file." |
| 89 | :version "21.1" | 89 | :version "21.1" |
| 90 | :group 'processes) | 90 | :group 'processes) |
diff --git a/lisp/cedet/semantic/wisent/grammar.el b/lisp/cedet/semantic/wisent/grammar.el index 49b0fd1b3b4..0ff9cde80ef 100644 --- a/lisp/cedet/semantic/wisent/grammar.el +++ b/lisp/cedet/semantic/wisent/grammar.el | |||
| @@ -427,7 +427,7 @@ Menu items are appended to the common grammar menu.") | |||
| 427 | "\n;; It is derived from the grammar in the ECMAScript Language | 427 | "\n;; It is derived from the grammar in the ECMAScript Language |
| 428 | ;; Specification published at | 428 | ;; Specification published at |
| 429 | ;; | 429 | ;; |
| 430 | ;; http://www.ecma-international.org/publications/standards/Ecma-262.htm | 430 | ;; https://www.ecma-international.org/publications/standards/Ecma-262.htm |
| 431 | ;; | 431 | ;; |
| 432 | ;; and redistributed under the following license: | 432 | ;; and redistributed under the following license: |
| 433 | ;; | 433 | ;; |
diff --git a/lisp/erc/ChangeLog.1 b/lisp/erc/ChangeLog.1 index 90bd8bd09ee..fdf51954684 100644 --- a/lisp/erc/ChangeLog.1 +++ b/lisp/erc/ChangeLog.1 | |||
| @@ -9116,7 +9116,7 @@ | |||
| 9116 | 2002-11-10 Alex Schroeder <alex@gnu.org> | 9116 | 2002-11-10 Alex Schroeder <alex@gnu.org> |
| 9117 | 9117 | ||
| 9118 | * TODO: | 9118 | * TODO: |
| 9119 | TODO: moved it to http://www.emacswiki.org/cgi-bin/wiki.pl?ErcTODO | 9119 | TODO: moved it to https://www.emacswiki.org/cgi-bin/wiki.pl?ErcTODO |
| 9120 | 9120 | ||
| 9121 | * erc.el(with-erc-channel-buffer): Rudimentary doc string. | 9121 | * erc.el(with-erc-channel-buffer): Rudimentary doc string. |
| 9122 | 9122 | ||
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el index 1cf0bb49217..f99088d4c78 100644 --- a/lisp/erc/erc-backend.el +++ b/lisp/erc/erc-backend.el | |||
| @@ -408,7 +408,7 @@ This string is processed using `format-time-string'." | |||
| 408 | ;;; Flood-related | 408 | ;;; Flood-related |
| 409 | 409 | ||
| 410 | ;; Most of this is courtesy of Jorgen Schaefer and Circe | 410 | ;; Most of this is courtesy of Jorgen Schaefer and Circe |
| 411 | ;; (http://www.nongnu.org/circe) | 411 | ;; (https://www.nongnu.org/circe) |
| 412 | 412 | ||
| 413 | (defcustom erc-server-flood-margin 10 | 413 | (defcustom erc-server-flood-margin 10 |
| 414 | "A margin on how much excess data we send. | 414 | "A margin on how much excess data we send. |
diff --git a/lisp/frame.el b/lisp/frame.el index 29ac862ccd4..772ba3d8c47 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1934,7 +1934,7 @@ for FRAME." | |||
| 1934 | ;; features change, it will be easy to find all the tests for such | 1934 | ;; features change, it will be easy to find all the tests for such |
| 1935 | ;; capabilities by a simple text search. See more about the history | 1935 | ;; capabilities by a simple text search. See more about the history |
| 1936 | ;; and the intent of these functions in | 1936 | ;; and the intent of these functions in |
| 1937 | ;; http://lists.gnu.org/archive/html/bug-gnu-emacs/2019-04/msg00004.html | 1937 | ;; https://lists.gnu.org/archive/html/bug-gnu-emacs/2019-04/msg00004.html |
| 1938 | ;; or in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35058#17. | 1938 | ;; or in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35058#17. |
| 1939 | 1939 | ||
| 1940 | (declare-function msdos-mouse-p "dosfns.c") | 1940 | (declare-function msdos-mouse-p "dosfns.c") |
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index c84f0a49901..42dd19842c8 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | ;; Society of Japan/Information Technology Standards Commission of | 39 | ;; Society of Japan/Information Technology Standards Commission of |
| 40 | ;; Japan (IPSJ/ITSCJ) at https://www.itscj.ipsj.or.jp/itscj_english/. | 40 | ;; Japan (IPSJ/ITSCJ) at https://www.itscj.ipsj.or.jp/itscj_english/. |
| 41 | ;; Standards docs equivalent to iso-2022 and iso-8859 are at | 41 | ;; Standards docs equivalent to iso-2022 and iso-8859 are at |
| 42 | ;; http://www.ecma.ch/. | 42 | ;; https://www.ecma.ch/. |
| 43 | 43 | ||
| 44 | ;; FWIW, http://www.microsoft.com/globaldev/ lists the following for | 44 | ;; FWIW, http://www.microsoft.com/globaldev/ lists the following for |
| 45 | ;; MS Windows, which are presumably the only charsets we really need | 45 | ;; MS Windows, which are presumably the only charsets we really need |
diff --git a/lisp/jsonrpc.el b/lisp/jsonrpc.el index ffbc253a976..7de6baeb00a 100644 --- a/lisp/jsonrpc.el +++ b/lisp/jsonrpc.el | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | ;;; Commentary: | 26 | ;;; Commentary: |
| 27 | 27 | ||
| 28 | ;; This library implements the JSONRPC 2.0 specification as described | 28 | ;; This library implements the JSONRPC 2.0 specification as described |
| 29 | ;; in http://www.jsonrpc.org/. As the name suggests, JSONRPC is a | 29 | ;; in https://www.jsonrpc.org/. As the name suggests, JSONRPC is a |
| 30 | ;; generic Remote Procedure Call protocol designed around JSON | 30 | ;; generic Remote Procedure Call protocol designed around JSON |
| 31 | ;; objects. To learn how to write JSONRPC programs with this library, | 31 | ;; objects. To learn how to write JSONRPC programs with this library, |
| 32 | ;; see Info node `(elisp)JSONRPC'." | 32 | ;; see Info node `(elisp)JSONRPC'." |
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el index c296f29f9ea..49dfd2ee874 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el | |||
| @@ -1851,7 +1851,7 @@ place. It affects how `mail-extract-address-components' works." | |||
| 1851 | ;; Updated by the RIPE Network Coordination Centre. | 1851 | ;; Updated by the RIPE Network Coordination Centre. |
| 1852 | ;; | 1852 | ;; |
| 1853 | ;; Source: ISO 3166 Maintenance Agency | 1853 | ;; Source: ISO 3166 Maintenance Agency |
| 1854 | ;; http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1-semic.txt | 1854 | ;; https://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1-semic.txt |
| 1855 | ;; https://www.iana.org/domain-names.htm | 1855 | ;; https://www.iana.org/domain-names.htm |
| 1856 | ;; https://www.iana.org/cctld/cctld-whois.htm | 1856 | ;; https://www.iana.org/cctld/cctld-whois.htm |
| 1857 | ;; Latest change: 2007/11/15 | 1857 | ;; Latest change: 2007/11/15 |
diff --git a/lisp/mh-e/mh-thread.el b/lisp/mh-e/mh-thread.el index 43a589aeca2..e6ee87b8411 100644 --- a/lisp/mh-e/mh-thread.el +++ b/lisp/mh-e/mh-thread.el | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | ;; https://www.jwz.org/doc/threading.html | 29 | ;; https://www.jwz.org/doc/threading.html |
| 30 | ;; It also begins to implement the threading section of the IMAP - | 30 | ;; It also begins to implement the threading section of the IMAP - |
| 31 | ;; SORT and THREAD Extensions RFC at: | 31 | ;; SORT and THREAD Extensions RFC at: |
| 32 | ;; http://tools.ietf.org/html/rfc5256 | 32 | ;; https://tools.ietf.org/html/rfc5256 |
| 33 | ;; The implementation lacks the reference and subject canonicalization | 33 | ;; The implementation lacks the reference and subject canonicalization |
| 34 | ;; of the RFC. | 34 | ;; of the RFC. |
| 35 | 35 | ||
diff --git a/lisp/misc.el b/lisp/misc.el index be191c50d2f..03395781a51 100644 --- a/lisp/misc.el +++ b/lisp/misc.el | |||
| @@ -127,7 +127,7 @@ upper atmosphere. These cause momentary pockets of higher-pressure | |||
| 127 | air to form, which act as lenses that deflect incoming cosmic rays, | 127 | air to form, which act as lenses that deflect incoming cosmic rays, |
| 128 | focusing them to strike the drive platter and flip the desired bit. | 128 | focusing them to strike the drive platter and flip the desired bit. |
| 129 | You can type `M-x butterfly C-M-c' to run it. This is a permuted | 129 | You can type `M-x butterfly C-M-c' to run it. This is a permuted |
| 130 | variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'." | 130 | variation of `C-x M-c M-butterfly' from url `https://xkcd.com/378/'." |
| 131 | (interactive) | 131 | (interactive) |
| 132 | (if (yes-or-no-p "Do you really want to unleash the powers of the butterfly? ") | 132 | (if (yes-or-no-p "Do you really want to unleash the powers of the butterfly? ") |
| 133 | (progn | 133 | (progn |
| @@ -139,7 +139,7 @@ variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'." | |||
| 139 | (sit-for (* 5 (/ (abs (random)) (float most-positive-fixnum)))) | 139 | (sit-for (* 5 (/ (abs (random)) (float most-positive-fixnum)))) |
| 140 | (message "Successfully flipped one bit!")) | 140 | (message "Successfully flipped one bit!")) |
| 141 | (message "Well, then go to xkcd.com!") | 141 | (message "Well, then go to xkcd.com!") |
| 142 | (browse-url "http://xkcd.com/378/"))) | 142 | (browse-url "https://xkcd.com/378/"))) |
| 143 | 143 | ||
| 144 | ;; A command to list dynamically loaded libraries. This useful in | 144 | ;; A command to list dynamically loaded libraries. This useful in |
| 145 | ;; environments where dynamic-library-alist is used, i.e., Windows | 145 | ;; environments where dynamic-library-alist is used, i.e., Windows |
diff --git a/lisp/net/ldap.el b/lisp/net/ldap.el index 700653250fb..5639d52f815 100644 --- a/lisp/net/ldap.el +++ b/lisp/net/ldap.el | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | ;; `ldapsearch' to actually perform the searches. That program can be | 29 | ;; `ldapsearch' to actually perform the searches. That program can be |
| 30 | ;; found in all LDAP developer kits such as: | 30 | ;; found in all LDAP developer kits such as: |
| 31 | ;; - UM-LDAP 3.3 (http://www.umich.edu/~dirsvcs/ldap/) | 31 | ;; - UM-LDAP 3.3 (http://www.umich.edu/~dirsvcs/ldap/) |
| 32 | ;; - OpenLDAP (http://www.openldap.org/) | 32 | ;; - OpenLDAP (https://www.openldap.org/) |
| 33 | 33 | ||
| 34 | ;;; Code: | 34 | ;;; Code: |
| 35 | 35 | ||
diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el index 9502cc35300..931a9717310 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el | |||
| @@ -163,7 +163,7 @@ | |||
| 163 | "List of suffixes which indicate a file archive. | 163 | "List of suffixes which indicate a file archive. |
| 164 | It must be supported by libarchive(3).") | 164 | It must be supported by libarchive(3).") |
| 165 | 165 | ||
| 166 | ;; <http://unix-memo.readthedocs.io/en/latest/vfs.html> | 166 | ;; <https://unix-memo.readthedocs.io/en/latest/vfs.html> |
| 167 | ;; read and write: tar, cpio, pax , gzip , zip, bzip2, xz, lzip, lzma, ar, mtree, iso9660, compress. | 167 | ;; read and write: tar, cpio, pax , gzip , zip, bzip2, xz, lzip, lzma, ar, mtree, iso9660, compress. |
| 168 | ;; read only: 7-Zip, mtree, xar, lha/lzh, rar, microsoft cab. | 168 | ;; read only: 7-Zip, mtree, xar, lha/lzh, rar, microsoft cab. |
| 169 | 169 | ||
diff --git a/lisp/notifications.el b/lisp/notifications.el index 3c2a8cf39c0..f83898622ec 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | ;;; Commentary: | 23 | ;;; Commentary: |
| 24 | 24 | ||
| 25 | ;; This package provides an implementation of the Desktop Notifications | 25 | ;; This package provides an implementation of the Desktop Notifications |
| 26 | ;; <http://developer.gnome.org/notification-spec/>. | 26 | ;; <https://developer.gnome.org/notification-spec/>. |
| 27 | 27 | ||
| 28 | ;; In order to activate this package, you must add the following code | 28 | ;; In order to activate this package, you must add the following code |
| 29 | ;; into your .emacs: | 29 | ;; into your .emacs: |
diff --git a/lisp/nxml/xsd-regexp.el b/lisp/nxml/xsd-regexp.el index f5bdf79349a..622ba911995 100644 --- a/lisp/nxml/xsd-regexp.el +++ b/lisp/nxml/xsd-regexp.el | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | 24 | ||
| 25 | ;; This handles the regular expressions in the syntax defined by: | 25 | ;; This handles the regular expressions in the syntax defined by: |
| 26 | ;; W3C XML Schema Part 2: Datatypes | 26 | ;; W3C XML Schema Part 2: Datatypes |
| 27 | ;; <http://www.w3.org/TR/xmlschema-2/#regexs> | 27 | ;; <https://www.w3.org/TR/xmlschema-2/#regexs> |
| 28 | ;; | 28 | ;; |
| 29 | ;; The main entry point is `xsdre-translate'. | 29 | ;; The main entry point is `xsdre-translate'. |
| 30 | ;; | 30 | ;; |
| @@ -1219,7 +1219,7 @@ Code is inserted into the current buffer." | |||
| 1219 | 1219 | ||
| 1220 | ;; The rest of the file was auto-generated by doing M-x xsdre-gen-categories | 1220 | ;; The rest of the file was auto-generated by doing M-x xsdre-gen-categories |
| 1221 | ;; on UnicodeData-3.1.0.txt available from | 1221 | ;; on UnicodeData-3.1.0.txt available from |
| 1222 | ;; http://www.unicode.org/Public/3.1-Update/UnicodeData-3.1.0.txt | 1222 | ;; https://www.unicode.org/Public/3.1-Update/UnicodeData-3.1.0.txt |
| 1223 | 1223 | ||
| 1224 | (xsdre-def-primitive-category 'Lu | 1224 | (xsdre-def-primitive-category 'Lu |
| 1225 | '((65 . 90) | 1225 | '((65 . 90) |
diff --git a/lisp/org/ob-coq.el b/lisp/org/ob-coq.el index 56a57cdf649..d04a40dd3b3 100644 --- a/lisp/org/ob-coq.el +++ b/lisp/org/ob-coq.el | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | ;; session evaluation is supported. Requires both coq.el and | 27 | ;; session evaluation is supported. Requires both coq.el and |
| 28 | ;; coq-inferior.el, both of which are distributed with Coq. | 28 | ;; coq-inferior.el, both of which are distributed with Coq. |
| 29 | ;; | 29 | ;; |
| 30 | ;; http://coq.inria.fr/ | 30 | ;; https://coq.inria.fr/ |
| 31 | 31 | ||
| 32 | ;;; Code: | 32 | ;;; Code: |
| 33 | (require 'ob) | 33 | (require 'ob) |
diff --git a/lisp/org/ob-js.el b/lisp/org/ob-js.el index 8f66d102074..655e253d925 100644 --- a/lisp/org/ob-js.el +++ b/lisp/org/ob-js.el | |||
| @@ -30,11 +30,11 @@ | |||
| 30 | 30 | ||
| 31 | ;;; Requirements: | 31 | ;;; Requirements: |
| 32 | 32 | ||
| 33 | ;; - a non-browser javascript engine such as node.js http://nodejs.org/ | 33 | ;; - a non-browser javascript engine such as node.js https://nodejs.org/ |
| 34 | ;; or mozrepl http://wiki.github.com/bard/mozrepl/ | 34 | ;; or mozrepl https://wiki.github.com/bard/mozrepl/ |
| 35 | ;; | 35 | ;; |
| 36 | ;; - for session based evaluation mozrepl and moz.el are required see | 36 | ;; - for session based evaluation mozrepl and moz.el are required see |
| 37 | ;; http://wiki.github.com/bard/mozrepl/emacs-integration for | 37 | ;; https://wiki.github.com/bard/mozrepl/emacs-integration for |
| 38 | ;; configuration instructions | 38 | ;; configuration instructions |
| 39 | 39 | ||
| 40 | ;;; Code: | 40 | ;;; Code: |
diff --git a/lisp/org/ob-vala.el b/lisp/org/ob-vala.el index e9c214f7dfc..b1c22756226 100644 --- a/lisp/org/ob-vala.el +++ b/lisp/org/ob-vala.el | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | ;;; Commentary: | 26 | ;;; Commentary: |
| 27 | 27 | ||
| 28 | ;; ob-vala.el provides Babel support for the Vala language | 28 | ;; ob-vala.el provides Babel support for the Vala language |
| 29 | ;; (see http://live.gnome.org/Vala for details) | 29 | ;; (see https://live.gnome.org/Vala for details) |
| 30 | 30 | ||
| 31 | ;;; Requirements: | 31 | ;;; Requirements: |
| 32 | 32 | ||
diff --git a/lisp/org/org-tempo.el b/lisp/org/org-tempo.el index 9ae2700549c..fe3b5f8da10 100644 --- a/lisp/org/org-tempo.el +++ b/lisp/org/org-tempo.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Rasmus Pank Roulund <emacs at pank dot eu> | 5 | ;; Author: Rasmus Pank Roulund <emacs at pank dot eu> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: https://orgmode.org |
| 8 | ;; | 8 | ;; |
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | ;; | 10 | ;; |
diff --git a/lisp/pcmpl-x.el b/lisp/pcmpl-x.el index 6e96a67b7b2..0fd426e3d1f 100644 --- a/lisp/pcmpl-x.el +++ b/lisp/pcmpl-x.el | |||
| @@ -141,7 +141,7 @@ | |||
| 141 | (pcomplete-here* (pcomplete-dirs-or-entries))))))) | 141 | (pcomplete-here* (pcomplete-dirs-or-entries))))))) |
| 142 | 142 | ||
| 143 | 143 | ||
| 144 | ;;;; ack - http://betterthangrep.com | 144 | ;;;; ack - https://betterthangrep.com |
| 145 | 145 | ||
| 146 | ;; Usage: | 146 | ;; Usage: |
| 147 | ;; - To complete short options type '-' first | 147 | ;; - To complete short options type '-' first |
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index 00fcb804d43..9dacd5856cf 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el | |||
| @@ -52,7 +52,7 @@ | |||
| 52 | ;; | 52 | ;; |
| 53 | ;; * Probably. Show rules/dependencies for ANT like for Makefile (does ANT | 53 | ;; * Probably. Show rules/dependencies for ANT like for Makefile (does ANT |
| 54 | ;; support vocabularies and grammar inheritance?), I have to look at | 54 | ;; support vocabularies and grammar inheritance?), I have to look at |
| 55 | ;; jde-ant.el: http://jakarta.apache.org/ant/manual/OptionalTasks/antlr.html | 55 | ;; jde-ant.el: https://jakarta.apache.org/ant/manual/OptionalTasks/antlr.html |
| 56 | ;; * Probably. Make `indent-region' faster, especially in actions. ELP | 56 | ;; * Probably. Make `indent-region' faster, especially in actions. ELP |
| 57 | ;; profiling in a class init action shows half the time is spent in | 57 | ;; profiling in a class init action shows half the time is spent in |
| 58 | ;; `antlr-next-rule', the other half in `c-guess-basic-syntax'. | 58 | ;; `antlr-next-rule', the other half in `c-guess-basic-syntax'. |
diff --git a/lisp/progmodes/cl-font-lock.el b/lisp/progmodes/cl-font-lock.el index 65090ac3ca5..cb6bd6c34bb 100644 --- a/lisp/progmodes/cl-font-lock.el +++ b/lisp/progmodes/cl-font-lock.el | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | ;; GNU General Public License for more details. | 23 | ;; GNU General Public License for more details. |
| 24 | 24 | ||
| 25 | ;; You should have received a copy of the GNU General Public License | 25 | ;; You should have received a copy of the GNU General Public License |
| 26 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 26 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 27 | 27 | ||
| 28 | ;;; Commentary: | 28 | ;;; Commentary: |
| 29 | 29 | ||
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 7f4d2251fd8..0487964d815 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -135,7 +135,7 @@ | |||
| 135 | ;; values enable completion for both CPython and IPython, and probably | 135 | ;; values enable completion for both CPython and IPython, and probably |
| 136 | ;; any readline based shell (it's known to work with PyPy). If your | 136 | ;; any readline based shell (it's known to work with PyPy). If your |
| 137 | ;; Python installation lacks readline (like CPython for Windows), | 137 | ;; Python installation lacks readline (like CPython for Windows), |
| 138 | ;; installing pyreadline (URL `http://ipython.org/pyreadline.html') | 138 | ;; installing pyreadline (URL `https://ipython.org/pyreadline.html') |
| 139 | ;; should suffice. To troubleshoot why you are not getting any | 139 | ;; should suffice. To troubleshoot why you are not getting any |
| 140 | ;; completions, you can try the following in your Python shell: | 140 | ;; completions, you can try the following in your Python shell: |
| 141 | 141 | ||
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index de2053c3c99..a1c4c08c263 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el | |||
| @@ -1325,7 +1325,7 @@ FILES must be a list of absolute file names." | |||
| 1325 | ;; call-process-region *is* measurably faster, even for a program | 1325 | ;; call-process-region *is* measurably faster, even for a program |
| 1326 | ;; doing some actual work (for a period of time). Even though | 1326 | ;; doing some actual work (for a period of time). Even though |
| 1327 | ;; call-process-region also creates a temp file internally | 1327 | ;; call-process-region also creates a temp file internally |
| 1328 | ;; (http://lists.gnu.org/archive/html/emacs-devel/2019-01/msg00211.html). | 1328 | ;; (https://lists.gnu.org/archive/html/emacs-devel/2019-01/msg00211.html). |
| 1329 | (if (not (file-remote-p default-directory)) | 1329 | (if (not (file-remote-p default-directory)) |
| 1330 | (apply #'call-process-region | 1330 | (apply #'call-process-region |
| 1331 | start end program nil buffer display args) | 1331 | start end program nil buffer display args) |
diff --git a/lisp/term.el b/lisp/term.el index ff8b3f00f34..8cbbfff1b63 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -2805,7 +2805,7 @@ See `term-prompt-regexp'." | |||
| 2805 | 2805 | ||
| 2806 | ;; References: | 2806 | ;; References: |
| 2807 | ;; [ctlseqs]: http://invisible-island.net/xterm/ctlseqs/ctlseqs.html | 2807 | ;; [ctlseqs]: http://invisible-island.net/xterm/ctlseqs/ctlseqs.html |
| 2808 | ;; [ECMA-48]: http://www.ecma-international.org/publications/standards/Ecma-048.htm | 2808 | ;; [ECMA-48]: https://www.ecma-international.org/publications/standards/Ecma-048.htm |
| 2809 | ;; [vt100]: https://vt100.net/docs/vt100-ug/chapter3.html | 2809 | ;; [vt100]: https://vt100.net/docs/vt100-ug/chapter3.html |
| 2810 | 2810 | ||
| 2811 | (defconst term-control-seq-regexp | 2811 | (defconst term-control-seq-regexp |
diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el index f98730ed221..e2d0ca69a20 100644 --- a/lisp/vc/vc-bzr.el +++ b/lisp/vc/vc-bzr.el | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | ;;; Commentary: | 27 | ;;; Commentary: |
| 28 | 28 | ||
| 29 | ;; See <URL:http://bazaar.canonical.com/> concerning bzr. | 29 | ;; See <URL:https://bazaar.canonical.com/> concerning bzr. |
| 30 | 30 | ||
| 31 | ;; This library provides bzr support in VC. | 31 | ;; This library provides bzr support in VC. |
| 32 | 32 | ||
diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el index e108b3a340f..06dd09490d2 100644 --- a/lisp/vc/vc-svn.el +++ b/lisp/vc/vc-svn.el | |||
| @@ -51,8 +51,8 @@ | |||
| 51 | :group 'vc-svn) | 51 | :group 'vc-svn) |
| 52 | 52 | ||
| 53 | ;; Might be nice if svn defaulted to non-interactive if stdin not tty. | 53 | ;; Might be nice if svn defaulted to non-interactive if stdin not tty. |
| 54 | ;; http://svn.haxx.se/dev/archive-2008-05/0762.shtml | 54 | ;; https://svn.haxx.se/dev/archive-2008-05/0762.shtml |
| 55 | ;; http://svn.haxx.se/dev/archive-2009-04/0094.shtml | 55 | ;; https://svn.haxx.se/dev/archive-2009-04/0094.shtml |
| 56 | ;; Maybe newer ones do? | 56 | ;; Maybe newer ones do? |
| 57 | (defcustom vc-svn-global-switches (unless (eq system-type 'darwin) ; bug#13513 | 57 | (defcustom vc-svn-global-switches (unless (eq system-type 'darwin) ; bug#13513 |
| 58 | '("--non-interactive")) | 58 | '("--non-interactive")) |