diff options
| author | Stefan Kangas | 2020-10-01 15:24:21 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-10-01 15:28:15 +0200 |
| commit | c6fa0ad315e38167cb81a4d8c143cc53ad783cc3 (patch) | |
| tree | 65cd558675dbe74b44c91a03a12ce3db32edf1b8 /lisp | |
| parent | 379c0592632e3ddb3f2ce454d80ee05a643b1541 (diff) | |
| download | emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.tar.gz emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.zip | |
; Prefer https to http in many URLs
These were all tested with https and confirmed working.
Diffstat (limited to 'lisp')
66 files changed, 170 insertions, 170 deletions
diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index 4130f5aad3c..141ad2353e8 100644 --- a/lisp/ansi-color.el +++ b/lisp/ansi-color.el | |||
| @@ -536,7 +536,7 @@ codes. Finally, the so changed list of codes is returned." | |||
| 536 | (cons new (remq new codes)))) | 536 | (cons new (remq new codes)))) |
| 537 | (2 (unless (memq new '(20 26 28 29)) | 537 | (2 (unless (memq new '(20 26 28 29)) |
| 538 | ;; The standard says `21 doubly underlined' while | 538 | ;; The standard says `21 doubly underlined' while |
| 539 | ;; http://en.wikipedia.org/wiki/ANSI_escape_code claims | 539 | ;; https://en.wikipedia.org/wiki/ANSI_escape_code claims |
| 540 | ;; `21 Bright/Bold: off or Underline: Double'. | 540 | ;; `21 Bright/Bold: off or Underline: Double'. |
| 541 | (remq (- new 20) (pcase new | 541 | (remq (- new 20) (pcase new |
| 542 | (22 (remq 1 codes)) | 542 | (22 (remq 1 codes)) |
diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el index 7b86eb095b0..709c09ea099 100644 --- a/lisp/calc/calc-units.el +++ b/lisp/calc/calc-units.el | |||
| @@ -37,14 +37,14 @@ | |||
| 37 | ;;; Updated April 2002 by Jochen Küpper | 37 | ;;; Updated April 2002 by Jochen Küpper |
| 38 | 38 | ||
| 39 | ;;; Updated August 2007, using | 39 | ;;; Updated August 2007, using |
| 40 | ;;; CODATA (http://physics.nist.gov/cuu/Constants/index.html) | 40 | ;;; CODATA (https://physics.nist.gov/cuu/Constants/index.html) |
| 41 | ;;; NIST (http://physics.nist.gov/Pubs/SP811/appenB9.html) | 41 | ;;; NIST (https://physics.nist.gov/Pubs/SP811/appenB9.html) |
| 42 | ;;; ESUWM (Encyclopaedia of Scientific Units, Weights and | 42 | ;;; ESUWM (Encyclopaedia of Scientific Units, Weights and |
| 43 | ;;; Measures, by François Cardarelli) | 43 | ;;; Measures, by François Cardarelli) |
| 44 | ;;; All conversions are exact unless otherwise noted. | 44 | ;;; All conversions are exact unless otherwise noted. |
| 45 | 45 | ||
| 46 | ;; CODATA values updated February 2016, using 2014 adjustment | 46 | ;; CODATA values updated February 2016, using 2014 adjustment |
| 47 | ;; http://arxiv.org/pdf/1507.07956.pdf | 47 | ;; https://arxiv.org/pdf/1507.07956.pdf |
| 48 | 48 | ||
| 49 | ;; Updated November 2018 for the redefinition of the SI | 49 | ;; Updated November 2018 for the redefinition of the SI |
| 50 | ;; https://www.bipm.org/utils/en/pdf/CGPM/Draft-Resolution-A-EN.pdf | 50 | ;; https://www.bipm.org/utils/en/pdf/CGPM/Draft-Resolution-A-EN.pdf |
| @@ -59,7 +59,7 @@ | |||
| 59 | ( mi "5280 ft" "Mile" ) | 59 | ( mi "5280 ft" "Mile" ) |
| 60 | ( au "149597870691. m" "Astronomical Unit" nil | 60 | ( au "149597870691. m" "Astronomical Unit" nil |
| 61 | "149597870691 m (*)") | 61 | "149597870691 m (*)") |
| 62 | ;; (approx) NASA JPL (http://neo.jpl.nasa.gov/glossary/au.html) | 62 | ;; (approx) NASA JPL (https://neo.jpl.nasa.gov/glossary/au.html) |
| 63 | ( lyr "c yr" "Light Year" ) | 63 | ( lyr "c yr" "Light Year" ) |
| 64 | ( pc "3.0856775854*10^16 m" "Parsec (**)" nil | 64 | ( pc "3.0856775854*10^16 m" "Parsec (**)" nil |
| 65 | "3.0856775854 10^16 m (*)") ;; (approx) ESUWM | 65 | "3.0856775854 10^16 m (*)") ;; (approx) ESUWM |
diff --git a/lisp/cedet/semantic/java.el b/lisp/cedet/semantic/java.el index 2aa0ab0e3fd..cc53f69691b 100644 --- a/lisp/cedet/semantic/java.el +++ b/lisp/cedet/semantic/java.el | |||
| @@ -321,7 +321,7 @@ If NOSNARF is `lex', then return the semantic lex token." | |||
| 321 | (defvar semantic-java-doc-line-tags nil | 321 | (defvar semantic-java-doc-line-tags nil |
| 322 | "Valid javadoc line tags. | 322 | "Valid javadoc line tags. |
| 323 | Ordered following Sun's Tag Convention at | 323 | Ordered following Sun's Tag Convention at |
| 324 | <http://java.sun.com/products/jdk/javadoc/writingdoccomments/index.html>") | 324 | <https://java.sun.com/products/jdk/javadoc/writingdoccomments/index.html>") |
| 325 | 325 | ||
| 326 | (defvar semantic-java-doc-with-name-tags nil | 326 | (defvar semantic-java-doc-with-name-tags nil |
| 327 | "Javadoc tags which have a name.") | 327 | "Javadoc tags which have a name.") |
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 9305664e31a..ec9a9680137 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el | |||
| @@ -210,7 +210,7 @@ multilingual development. | |||
| 210 | 210 | ||
| 211 | This is a fairly large file, not typically present on GNU systems. | 211 | This is a fairly large file, not typically present on GNU systems. |
| 212 | At the time of writing it is at the URL | 212 | At the time of writing it is at the URL |
| 213 | `http://www.unicode.org/Public/UNIDATA/UnicodeData.txt'." | 213 | `https://www.unicode.org/Public/UNIDATA/UnicodeData.txt'." |
| 214 | :group 'mule | 214 | :group 'mule |
| 215 | :version "22.1" | 215 | :version "22.1" |
| 216 | :type '(choice (const :tag "None" nil) | 216 | :type '(choice (const :tag "None" nil) |
diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 60f6d6350c9..f958cfacbfc 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el | |||
| @@ -24,8 +24,8 @@ | |||
| 24 | 24 | ||
| 25 | ;; doc-view.el requires GNU Emacs 22.1 or newer. You also need Ghostscript, | 25 | ;; doc-view.el requires GNU Emacs 22.1 or newer. You also need Ghostscript, |
| 26 | ;; `dvipdf' (comes with Ghostscript) or `dvipdfm' (comes with teTeX or TeXLive) | 26 | ;; `dvipdf' (comes with Ghostscript) or `dvipdfm' (comes with teTeX or TeXLive) |
| 27 | ;; and `pdftotext', which comes with xpdf (http://www.foolabs.com/xpdf/) or | 27 | ;; and `pdftotext', which comes with xpdf (https://www.foolabs.com/xpdf/) or |
| 28 | ;; poppler (http://poppler.freedesktop.org/). | 28 | ;; poppler (https://poppler.freedesktop.org/). |
| 29 | 29 | ||
| 30 | ;;; Commentary: | 30 | ;;; Commentary: |
| 31 | 31 | ||
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el index 5e6f7c8d107..b799b2427c6 100644 --- a/lisp/erc/erc-button.el +++ b/lisp/erc/erc-button.el | |||
| @@ -198,12 +198,12 @@ PAR is a number of a regexp grouping whose text will be passed to | |||
| 198 | :inline t | 198 | :inline t |
| 199 | (integer :tag "Regexp section number"))))) | 199 | (integer :tag "Regexp section number"))))) |
| 200 | 200 | ||
| 201 | (defcustom erc-emacswiki-url "http://www.emacswiki.org/cgi-bin/wiki.pl?" | 201 | (defcustom erc-emacswiki-url "https://www.emacswiki.org/cgi-bin/wiki.pl?" |
| 202 | "URL of the EmacsWiki Homepage." | 202 | "URL of the EmacsWiki Homepage." |
| 203 | :group 'erc-button | 203 | :group 'erc-button |
| 204 | :type 'string) | 204 | :type 'string) |
| 205 | 205 | ||
| 206 | (defcustom erc-emacswiki-lisp-url "http://www.emacswiki.org/elisp/" | 206 | (defcustom erc-emacswiki-lisp-url "https://www.emacswiki.org/elisp/" |
| 207 | "URL of the EmacsWiki ELisp area." | 207 | "URL of the EmacsWiki ELisp area." |
| 208 | :group 'erc-button | 208 | :group 'erc-button |
| 209 | :type 'string) | 209 | :type 'string) |
diff --git a/lisp/files.el b/lisp/files.el index 53a5fcb87e9..c2c58dae934 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -1392,7 +1392,7 @@ it means chase no more than that many links and then stop." | |||
| 1392 | newname)) | 1392 | newname)) |
| 1393 | 1393 | ||
| 1394 | ;; A handy function to display file sizes in human-readable form. | 1394 | ;; A handy function to display file sizes in human-readable form. |
| 1395 | ;; See http://en.wikipedia.org/wiki/Kibibyte for the reference. | 1395 | ;; See https://en.wikipedia.org/wiki/Kibibyte for the reference. |
| 1396 | (defun file-size-human-readable (file-size &optional flavor space unit) | 1396 | (defun file-size-human-readable (file-size &optional flavor space unit) |
| 1397 | "Produce a string showing FILE-SIZE in human-readable form. | 1397 | "Produce a string showing FILE-SIZE in human-readable form. |
| 1398 | 1398 | ||
| @@ -7776,7 +7776,7 @@ Otherwise, trash FILENAME using the freedesktop.org conventions, | |||
| 7776 | (let (delete-by-moving-to-trash) | 7776 | (let (delete-by-moving-to-trash) |
| 7777 | (rename-file fn new-fn)))) | 7777 | (rename-file fn new-fn)))) |
| 7778 | ;; Otherwise, use the freedesktop.org method, as specified at | 7778 | ;; Otherwise, use the freedesktop.org method, as specified at |
| 7779 | ;; http://freedesktop.org/wiki/Specifications/trash-spec | 7779 | ;; https://freedesktop.org/wiki/Specifications/trash-spec |
| 7780 | (t | 7780 | (t |
| 7781 | (let* ((xdg-data-dir | 7781 | (let* ((xdg-data-dir |
| 7782 | (directory-file-name | 7782 | (directory-file-name |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index ef010d6e9c6..cf762776893 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -5659,7 +5659,7 @@ The result is a fixnum." | |||
| 5659 | (mail-file-babyl-p filename)) | 5659 | (mail-file-babyl-p filename)) |
| 5660 | ;; gnus-output-to-mail does the wrong thing with live, mbox | 5660 | ;; gnus-output-to-mail does the wrong thing with live, mbox |
| 5661 | ;; Rmail buffers in Emacs 23. | 5661 | ;; Rmail buffers in Emacs 23. |
| 5662 | ;; http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597255 | 5662 | ;; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597255 |
| 5663 | (let ((buff (find-buffer-visiting filename))) | 5663 | (let ((buff (find-buffer-visiting filename))) |
| 5664 | (and buff (with-current-buffer buff | 5664 | (and buff (with-current-buffer buff |
| 5665 | (eq major-mode 'rmail-mode))))) | 5665 | (eq major-mode 'rmail-mode))))) |
| @@ -8591,7 +8591,7 @@ Meant for use on `completion-at-point-functions'." | |||
| 8591 | 8591 | ||
| 8592 | ;; FIXME: What is the most common term (circular letter, form letter, serial | 8592 | ;; FIXME: What is the most common term (circular letter, form letter, serial |
| 8593 | ;; letter, standard letter) for such kind of letter? See also | 8593 | ;; letter, standard letter) for such kind of letter? See also |
| 8594 | ;; <http://en.wikipedia.org/wiki/Form_letter> | 8594 | ;; <https://en.wikipedia.org/wiki/Form_letter> |
| 8595 | 8595 | ||
| 8596 | ;; FIXME: Maybe extent message-mode's font-lock support to recognize | 8596 | ;; FIXME: Maybe extent message-mode's font-lock support to recognize |
| 8597 | ;; `message-form-letter-separator', i.e. highlight each message like a single | 8597 | ;; `message-form-letter-separator', i.e. highlight each message like a single |
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index 282465722de..958e24c39f5 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el | |||
| @@ -70,7 +70,7 @@ | |||
| 70 | (mm-coding-system-p 'cp932)) | 70 | (mm-coding-system-p 'cp932)) |
| 71 | '((windows-31j . cp932))) | 71 | '((windows-31j . cp932))) |
| 72 | ;; Charset name: GBK, Charset aliases: CP936, MS936, windows-936 | 72 | ;; Charset name: GBK, Charset aliases: CP936, MS936, windows-936 |
| 73 | ;; http://www.iana.org/assignments/charset-reg/GBK | 73 | ;; https://www.iana.org/assignments/charset-reg/GBK |
| 74 | ;; Emacs 22.1 has cp936, but not gbk, so we alias it: | 74 | ;; Emacs 22.1 has cp936, but not gbk, so we alias it: |
| 75 | ,@(when (and (not (mm-coding-system-p 'gbk)) | 75 | ,@(when (and (not (mm-coding-system-p 'gbk)) |
| 76 | (mm-coding-system-p 'cp936)) | 76 | (mm-coding-system-p 'cp936)) |
diff --git a/lisp/gnus/nnrss.el b/lisp/gnus/nnrss.el index 116d7ee9fb2..48c07da1cc8 100644 --- a/lisp/gnus/nnrss.el +++ b/lisp/gnus/nnrss.el | |||
| @@ -450,7 +450,7 @@ nnrss: %s: Not valid XML %s and libxml-parse-html-region doesn't work %s" | |||
| 450 | (defun nnrss-normalize-date (date) | 450 | (defun nnrss-normalize-date (date) |
| 451 | "Return a date string of DATE in the style of RFC 822 and its successors. | 451 | "Return a date string of DATE in the style of RFC 822 and its successors. |
| 452 | This function handles the ISO 8601 date format described in | 452 | This function handles the ISO 8601 date format described in |
| 453 | URL `http://www.w3.org/TR/NOTE-datetime', and also the RFC 822 style | 453 | URL `https://www.w3.org/TR/NOTE-datetime', and also the RFC 822 style |
| 454 | which RSS 2.0 allows." | 454 | which RSS 2.0 allows." |
| 455 | (let (case-fold-search vector year month day time zone cts given) | 455 | (let (case-fold-search vector year month day time zone cts given) |
| 456 | (cond ((null date)) ; do nothing for this case | 456 | (cond ((null date)) ; do nothing for this case |
diff --git a/lisp/gnus/spam-stat.el b/lisp/gnus/spam-stat.el index 3da45a2b623..bf593865d72 100644 --- a/lisp/gnus/spam-stat.el +++ b/lisp/gnus/spam-stat.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Keywords: network | 6 | ;; Keywords: network |
| 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?SpamStat | 7 | ;; URL: https://www.emacswiki.org/cgi-bin/wiki.pl?SpamStat |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/image-dired.el b/lisp/image-dired.el index 6f297672caf..c539aaf33f6 100644 --- a/lisp/image-dired.el +++ b/lisp/image-dired.el | |||
| @@ -60,7 +60,7 @@ | |||
| 60 | ;; ============= | 60 | ;; ============= |
| 61 | ;; | 61 | ;; |
| 62 | ;; * The ImageMagick package. Currently, `convert' and `mogrify' are | 62 | ;; * The ImageMagick package. Currently, `convert' and `mogrify' are |
| 63 | ;; used. Find it here: http://www.imagemagick.org. | 63 | ;; used. Find it here: https://www.imagemagick.org. |
| 64 | ;; | 64 | ;; |
| 65 | ;; * For non-lossy rotation of JPEG images, the JpegTRAN program is | 65 | ;; * For non-lossy rotation of JPEG images, the JpegTRAN program is |
| 66 | ;; needed. | 66 | ;; needed. |
| @@ -205,7 +205,7 @@ the index.html page that image-dired creates." | |||
| 205 | :group 'image-dired) | 205 | :group 'image-dired) |
| 206 | 206 | ||
| 207 | (defcustom image-dired-gallery-image-root-url | 207 | (defcustom image-dired-gallery-image-root-url |
| 208 | "http://your.own.server/image-diredpics" | 208 | "https://your.own.server/image-diredpics" |
| 209 | "URL where the full size images are to be found. | 209 | "URL where the full size images are to be found. |
| 210 | Note that this path has to be configured in your web server. Image-Dired | 210 | Note that this path has to be configured in your web server. Image-Dired |
| 211 | expects to find pictures in this directory." | 211 | expects to find pictures in this directory." |
| @@ -213,7 +213,7 @@ expects to find pictures in this directory." | |||
| 213 | :group 'image-dired) | 213 | :group 'image-dired) |
| 214 | 214 | ||
| 215 | (defcustom image-dired-gallery-thumb-image-root-url | 215 | (defcustom image-dired-gallery-thumb-image-root-url |
| 216 | "http://your.own.server/image-diredthumbs" | 216 | "https://your.own.server/image-diredthumbs" |
| 217 | "URL where the thumbnail images are to be found. | 217 | "URL where the thumbnail images are to be found. |
| 218 | Note that this path has to be configured in your web server. Image-Dired | 218 | Note that this path has to be configured in your web server. Image-Dired |
| 219 | expects to find pictures in this directory." | 219 | expects to find pictures in this directory." |
diff --git a/lisp/international/ucs-normalize.el b/lisp/international/ucs-normalize.el index 6b7419fa4cd..33d0f0dda29 100644 --- a/lisp/international/ucs-normalize.el +++ b/lisp/international/ucs-normalize.el | |||
| @@ -25,8 +25,8 @@ | |||
| 25 | ;; This program has passed the NormalizationTest-5.2.0.txt. | 25 | ;; This program has passed the NormalizationTest-5.2.0.txt. |
| 26 | ;; | 26 | ;; |
| 27 | ;; References: | 27 | ;; References: |
| 28 | ;; http://www.unicode.org/reports/tr15/ | 28 | ;; https://www.unicode.org/reports/tr15/ |
| 29 | ;; http://www.unicode.org/review/pr-29.html | 29 | ;; https://www.unicode.org/review/pr-29.html |
| 30 | ;; | 30 | ;; |
| 31 | ;; HFS-Normalization: | 31 | ;; HFS-Normalization: |
| 32 | ;; Reference: | 32 | ;; Reference: |
| @@ -131,7 +131,7 @@ | |||
| 131 | #x1D1BF #x1D1C0) | 131 | #x1D1BF #x1D1C0) |
| 132 | "Composition Exclusion List. | 132 | "Composition Exclusion List. |
| 133 | This list is taken from | 133 | This list is taken from |
| 134 | http://www.unicode.org/Public/UNIDATA/5.2/CompositionExclusions.txt") | 134 | https://www.unicode.org/Public/UNIDATA/5.2/CompositionExclusions.txt") |
| 135 | 135 | ||
| 136 | ;; Unicode ranges that decompositions & combining characters are defined. | 136 | ;; Unicode ranges that decompositions & combining characters are defined. |
| 137 | (defvar check-range nil) | 137 | (defvar check-range nil) |
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index ec31e21d7d8..3260b67a993 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -1528,7 +1528,7 @@ ENTRY is the name of a password-store entry. | |||
| 1528 | The key used to retrieve the password is the symbol `secret'. | 1528 | The key used to retrieve the password is the symbol `secret'. |
| 1529 | 1529 | ||
| 1530 | The convention used as the format for a password-store file is | 1530 | The convention used as the format for a password-store file is |
| 1531 | the following (see http://www.passwordstore.org/#organization): | 1531 | the following (see https://www.passwordstore.org/#organization): |
| 1532 | 1532 | ||
| 1533 | secret | 1533 | secret |
| 1534 | key1: value1 | 1534 | key1: value1 |
| @@ -17632,7 +17632,7 @@ The main features of this mode are | |||
| 17632 | \\[idlwave-info] to display (complain to your sysadmin if that does | 17632 | \\[idlwave-info] to display (complain to your sysadmin if that does |
| 17633 | not work). For Postscript, PDF, and HTML versions of the | 17633 | not work). For Postscript, PDF, and HTML versions of the |
| 17634 | documentation, check IDLWAVE's homepage at URL | 17634 | documentation, check IDLWAVE's homepage at URL |
| 17635 | `http://github.com/jdtsmith/idlwave'. | 17635 | `https://github.com/jdtsmith/idlwave'. |
| 17636 | IDLWAVE has customize support - see the group `idlwave'. | 17636 | IDLWAVE has customize support - see the group `idlwave'. |
| 17637 | 17637 | ||
| 17638 | 10.Keybindings | 17638 | 10.Keybindings |
| @@ -21650,7 +21650,7 @@ upper atmosphere. These cause momentary pockets of higher-pressure | |||
| 21650 | air to form, which act as lenses that deflect incoming cosmic rays, | 21650 | air to form, which act as lenses that deflect incoming cosmic rays, |
| 21651 | focusing them to strike the drive platter and flip the desired bit. | 21651 | focusing them to strike the drive platter and flip the desired bit. |
| 21652 | You can type `M-x butterfly C-M-c' to run it. This is a permuted | 21652 | You can type `M-x butterfly C-M-c' to run it. This is a permuted |
| 21653 | variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'." t nil) | 21653 | variation of `C-x M-c M-butterfly' from url `https://xkcd.com/378/'." t nil) |
| 21654 | 21654 | ||
| 21655 | (autoload 'list-dynamic-libraries "misc" "\ | 21655 | (autoload 'list-dynamic-libraries "misc" "\ |
| 21656 | Display a list of all dynamic libraries known to Emacs. | 21656 | Display a list of all dynamic libraries known to Emacs. |
| @@ -28941,7 +28941,7 @@ to use for finding the schema. | |||
| 28941 | ;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (0 0 0 0)) | 28941 | ;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (0 0 0 0)) |
| 28942 | ;;; Generated autoloads from nxml/rng-xsd.el | 28942 | ;;; Generated autoloads from nxml/rng-xsd.el |
| 28943 | 28943 | ||
| 28944 | (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile #'rng-xsd-compile) | 28944 | (put 'https://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile #'rng-xsd-compile) |
| 28945 | 28945 | ||
| 28946 | (autoload 'rng-xsd-compile "rng-xsd" "\ | 28946 | (autoload 'rng-xsd-compile "rng-xsd" "\ |
| 28947 | Provide W3C XML Schema as a RELAX NG datatypes library. | 28947 | Provide W3C XML Schema as a RELAX NG datatypes library. |
| @@ -33472,7 +33472,7 @@ buffer, and leaves the previous contents of the buffer untouched. | |||
| 33472 | References used for this implementation: | 33472 | References used for this implementation: |
| 33473 | 33473 | ||
| 33474 | HTML: | 33474 | HTML: |
| 33475 | URL `http://www.w3.org' | 33475 | URL `https://www.w3.org' |
| 33476 | 33476 | ||
| 33477 | LaTeX: | 33477 | LaTeX: |
| 33478 | URL `http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html' | 33478 | URL `http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html' |
diff --git a/lisp/leim/quail/ipa.el b/lisp/leim/quail/ipa.el index d4170564c58..cbc555d1faa 100644 --- a/lisp/leim/quail/ipa.el +++ b/lisp/leim/quail/ipa.el | |||
| @@ -340,7 +340,7 @@ See http://www.phon.ucl.ac.uk/home/sampa/ipasam-x.pdf for a full definition | |||
| 340 | of the mapping.") | 340 | of the mapping.") |
| 341 | 341 | ||
| 342 | (quail-define-rules | 342 | (quail-define-rules |
| 343 | ;; Table taken from http://en.wikipedia.org/wiki/X-SAMPA, checked with | 343 | ;; Table taken from https://en.wikipedia.org/wiki/X-SAMPA, checked with |
| 344 | ;; http://www.phon.ucl.ac.uk/home/sampa/ipasam-x.pdf | 344 | ;; http://www.phon.ucl.ac.uk/home/sampa/ipasam-x.pdf |
| 345 | 345 | ||
| 346 | ("d`" "É–") ;; Voiced retroflex plosive U+0256 | 346 | ("d`" "É–") ;; Voiced retroflex plosive U+0256 |
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el index f1a455dce2d..bd9aef17a87 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el | |||
| @@ -1852,8 +1852,8 @@ place. It affects how `mail-extract-address-components' works." | |||
| 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 | ;; http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1-semic.txt |
| 1855 | ;; http://www.iana.org/domain-names.htm | 1855 | ;; https://www.iana.org/domain-names.htm |
| 1856 | ;; http://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 |
| 1858 | 1858 | ||
| 1859 | (defconst mail-extr-all-top-level-domains | 1859 | (defconst mail-extr-all-top-level-domains |
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 1786608dd67..63c8f14085a 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el | |||
| @@ -50,7 +50,7 @@ | |||
| 50 | 50 | ||
| 51 | ;; Modified by Simon Josefsson <jas@pdc.kth.se>, 22/2/99, to support SMTP | 51 | ;; Modified by Simon Josefsson <jas@pdc.kth.se>, 22/2/99, to support SMTP |
| 52 | ;; Authentication by the AUTH mechanism. | 52 | ;; Authentication by the AUTH mechanism. |
| 53 | ;; See http://www.ietf.org/rfc/rfc2554.txt | 53 | ;; See https://www.ietf.org/rfc/rfc2554.txt |
| 54 | 54 | ||
| 55 | ;;; Code: | 55 | ;;; Code: |
| 56 | ;;; Dependencies | 56 | ;;; Dependencies |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index e8a660aab24..3ac5c8f7aed 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -1914,7 +1914,7 @@ of images into \"X-Face:\" header fields (see URL | |||
| 1914 | 1914 | ||
| 1915 | Use the \"make-face\" script to convert a JPEG image to the higher | 1915 | Use the \"make-face\" script to convert a JPEG image to the higher |
| 1916 | resolution, color, \"Face:\" header field (see URL | 1916 | resolution, color, \"Face:\" header field (see URL |
| 1917 | `http://quimby.gnus.org/circus/face/make-face'). | 1917 | `https://quimby.gnus.org/circus/face/make-face'). |
| 1918 | 1918 | ||
| 1919 | The URL of any image can be used for the \"X-Image-URL:\" field and no | 1919 | The URL of any image can be used for the \"X-Image-URL:\" field and no |
| 1920 | processing of the image is required. | 1920 | processing of the image is required. |
| @@ -2420,11 +2420,11 @@ of citations entirely, choose \"None\"." | |||
| 2420 | 2420 | ||
| 2421 | ;; These entries have been intentionally excluded by the developers. | 2421 | ;; These entries have been intentionally excluded by the developers. |
| 2422 | ;; "Comments:" ; RFC 822 (or later) - show this one | 2422 | ;; "Comments:" ; RFC 822 (or later) - show this one |
| 2423 | ;; "Fax:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2423 | ;; "Fax:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2424 | ;; "Mail-System-Version:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2424 | ;; "Mail-System-Version:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2425 | ;; "Mailer:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2425 | ;; "Mailer:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2426 | ;; "Organization:" ; | 2426 | ;; "Organization:" ; |
| 2427 | ;; "Phone:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2427 | ;; "Phone:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2428 | ;; "Reply-By:" ; RFC 2156 | 2428 | ;; "Reply-By:" ; RFC 2156 |
| 2429 | ;; "Reply-To:" ; RFC 822 (or later) | 2429 | ;; "Reply-To:" ; RFC 822 (or later) |
| 2430 | ;; "Sender:" ; | 2430 | ;; "Sender:" ; |
| @@ -2437,13 +2437,13 @@ of citations entirely, choose \"None\"." | |||
| 2437 | ;; Mention source, if known. | 2437 | ;; Mention source, if known. |
| 2438 | (defvar mh-invisible-header-fields-internal | 2438 | (defvar mh-invisible-header-fields-internal |
| 2439 | '( | 2439 | '( |
| 2440 | "Abuse-Reports-To:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2440 | "Abuse-Reports-To:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2441 | "Accept-Language:" | 2441 | "Accept-Language:" |
| 2442 | "AcceptLanguage:" | 2442 | "AcceptLanguage:" |
| 2443 | "Accreditor:" ; Habeas | 2443 | "Accreditor:" ; Habeas |
| 2444 | "Also-Control:" ; H. Spencer: News Article Format and Transmission, June 1994 | 2444 | "Also-Control:" ; H. Spencer: News Article Format and Transmission, June 1994 |
| 2445 | "Alternate-recipient:" ; RFC 2156 | 2445 | "Alternate-recipient:" ; RFC 2156 |
| 2446 | "Approved-By:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2446 | "Approved-By:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2447 | "Approved:" ; RFC 1036 | 2447 | "Approved:" ; RFC 1036 |
| 2448 | "Article-Names:" ; H. Spencer: News Article Format and Transmission, June 1994 | 2448 | "Article-Names:" ; H. Spencer: News Article Format and Transmission, June 1994 |
| 2449 | "Article-Updates:" ; H. Spencer: News Article Format and Transmission, June 1994 | 2449 | "Article-Updates:" ; H. Spencer: News Article Format and Transmission, June 1994 |
| @@ -2454,7 +2454,7 @@ of citations entirely, choose \"None\"." | |||
| 2454 | "Bounces-To:" | 2454 | "Bounces-To:" |
| 2455 | "Bounces_to:" | 2455 | "Bounces_to:" |
| 2456 | "Bytes:" | 2456 | "Bytes:" |
| 2457 | "Cancel-Key:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2457 | "Cancel-Key:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2458 | "Cancel-Lock:" ; NNTP posts | 2458 | "Cancel-Lock:" ; NNTP posts |
| 2459 | "Comment:" ; Shows up with DomainKeys | 2459 | "Comment:" ; Shows up with DomainKeys |
| 2460 | "Content-" ; RFC 2045, 1123, 1766, 1864, 2045, 2110, 2156, 2183, 2912 | 2460 | "Content-" ; RFC 2045, 1123, 1766, 1864, 2045, 2110, 2156, 2183, 2912 |
| @@ -2475,14 +2475,14 @@ of citations entirely, choose \"None\"." | |||
| 2475 | "DomainKey-Signature:" | 2475 | "DomainKey-Signature:" |
| 2476 | "Encoding:" ; RFC 1505 | 2476 | "Encoding:" ; RFC 1505 |
| 2477 | "Envelope-to:" | 2477 | "Envelope-to:" |
| 2478 | "Errors-To:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2478 | "Errors-To:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2479 | "Expires:" ; RFC 1036 | 2479 | "Expires:" ; RFC 1036 |
| 2480 | "Expiry-Date:" ; RFC 2156 | 2480 | "Expiry-Date:" ; RFC 2156 |
| 2481 | "Face:" ; Gnus Face header | 2481 | "Face:" ; Gnus Face header |
| 2482 | "Followup-To:" ; RFC 1036 | 2482 | "Followup-To:" ; RFC 1036 |
| 2483 | "For-Approval:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2483 | "For-Approval:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2484 | "For-Comment:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2484 | "For-Comment:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2485 | "For-Handling:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2485 | "For-Handling:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2486 | "Forwarded:" ; MH | 2486 | "Forwarded:" ; MH |
| 2487 | "From " ; sendmail | 2487 | "From " ; sendmail |
| 2488 | "Generate-Delivery-Report:" ; RFC 2156 | 2488 | "Generate-Delivery-Report:" ; RFC 2156 |
| @@ -2493,12 +2493,12 @@ of citations entirely, choose \"None\"." | |||
| 2493 | "Language:" ; RFC 2156 | 2493 | "Language:" ; RFC 2156 |
| 2494 | "Lines:" ; RFC 1036 | 2494 | "Lines:" ; RFC 1036 |
| 2495 | "List-" ; RFC 2369, 2919 | 2495 | "List-" ; RFC 2369, 2919 |
| 2496 | "Mail-Copies-To:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2496 | "Mail-Copies-To:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2497 | "Mail-Followup-To:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2497 | "Mail-Followup-To:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2498 | "Mail-from:" ; MH | 2498 | "Mail-from:" ; MH |
| 2499 | "Mail-Reply-To:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2499 | "Mail-Reply-To:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2500 | "Mailing-List:" ; Egroups/yahoogroups mailing list manager | 2500 | "Mailing-List:" ; Egroups/yahoogroups mailing list manager |
| 2501 | "Message-Content:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2501 | "Message-Content:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2502 | "Message-ID:" ; RFC 822 (or later) | 2502 | "Message-ID:" ; RFC 822 (or later) |
| 2503 | "Message-Type:" ; RFC 2156 | 2503 | "Message-Type:" ; RFC 2156 |
| 2504 | "Mime-Version" ; RFC 2045 | 2504 | "Mime-Version" ; RFC 2045 |
| @@ -2516,42 +2516,42 @@ of citations entirely, choose \"None\"." | |||
| 2516 | "Original-Recipient:" ; RFC 2298 | 2516 | "Original-Recipient:" ; RFC 2298 |
| 2517 | "Original-To:" ; mail to news | 2517 | "Original-To:" ; mail to news |
| 2518 | "Original-X-" ; mail to news | 2518 | "Original-X-" ; mail to news |
| 2519 | "Origination-Client:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2519 | "Origination-Client:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2520 | "Originator:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2520 | "Originator:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2521 | "P1-Content-Type:" ; X400 | 2521 | "P1-Content-Type:" ; X400 |
| 2522 | "P1-Message-Id:" ; X400 | 2522 | "P1-Message-Id:" ; X400 |
| 2523 | "P1-Recipient:" ; X400 | 2523 | "P1-Recipient:" ; X400 |
| 2524 | "Path:" ; RFC 1036 | 2524 | "Path:" ; RFC 1036 |
| 2525 | "Pics-Label:" ; W3C | 2525 | "Pics-Label:" ; W3C |
| 2526 | "Posted-To:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2526 | "Posted-To:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2527 | "Precedence:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2527 | "Precedence:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2528 | "Prev-Resent" ; MH | 2528 | "Prev-Resent" ; MH |
| 2529 | "Prevent-NonDelivery-Report:" ; RFC 2156 | 2529 | "Prevent-NonDelivery-Report:" ; RFC 2156 |
| 2530 | "Priority:" ; RFC 2156 | 2530 | "Priority:" ; RFC 2156 |
| 2531 | "Read-Receipt-To:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2531 | "Read-Receipt-To:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2532 | "Received-SPF:" ; Gmail | 2532 | "Received-SPF:" ; Gmail |
| 2533 | "Received:" ; RFC 822 (or later) | 2533 | "Received:" ; RFC 822 (or later) |
| 2534 | "References:" ; RFC 822 (or later) | 2534 | "References:" ; RFC 822 (or later) |
| 2535 | "Registered-Mail-Reply-Requested-By:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2535 | "Registered-Mail-Reply-Requested-By:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2536 | "Remailed-" ; MH | 2536 | "Remailed-" ; MH |
| 2537 | "Replaces:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2537 | "Replaces:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2538 | "Replied:" ; MH | 2538 | "Replied:" ; MH |
| 2539 | "Resent-" ; RFC 822 (or later) | 2539 | "Resent-" ; RFC 822 (or later) |
| 2540 | "Return-Path:" ; RFC 822 (or later) | 2540 | "Return-Path:" ; RFC 822 (or later) |
| 2541 | "Return-Receipt-Requested:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2541 | "Return-Receipt-Requested:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2542 | "Return-Receipt-To:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2542 | "Return-Receipt-To:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2543 | "Seal-Send-Time:" | 2543 | "Seal-Send-Time:" |
| 2544 | "See-Also:" ; H. Spencer: News Article Format and Transmission, June 1994 | 2544 | "See-Also:" ; H. Spencer: News Article Format and Transmission, June 1994 |
| 2545 | "Sensitivity:" ; RFC 2156, 2421 | 2545 | "Sensitivity:" ; RFC 2156, 2421 |
| 2546 | "Speech-Act:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2546 | "Speech-Act:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2547 | "Status:" ; sendmail | 2547 | "Status:" ; sendmail |
| 2548 | "Supersedes:" ; H. Spencer: News Article Format and Transmission, June 1994 | 2548 | "Supersedes:" ; H. Spencer: News Article Format and Transmission, June 1994 |
| 2549 | "Telefax:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2549 | "Telefax:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2550 | "Thread-" | 2550 | "Thread-" |
| 2551 | "Thread-Index:" | 2551 | "Thread-Index:" |
| 2552 | "Thread-Topic:" | 2552 | "Thread-Topic:" |
| 2553 | "Translated-By:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2553 | "Translated-By:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2554 | "Translation-Of:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2554 | "Translation-Of:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2555 | "Ua-Content-Id:" ; X400 | 2555 | "Ua-Content-Id:" ; X400 |
| 2556 | "Via:" ; MH | 2556 | "Via:" ; MH |
| 2557 | "X-Abuse-and-DMCA-" | 2557 | "X-Abuse-and-DMCA-" |
| @@ -2559,7 +2559,7 @@ of citations entirely, choose \"None\"." | |||
| 2559 | "X-Accept-Language:" ; Netscape/Mozilla | 2559 | "X-Accept-Language:" ; Netscape/Mozilla |
| 2560 | "X-Ack:" | 2560 | "X-Ack:" |
| 2561 | "X-ACL-Warn:" ; http://www.exim.org | 2561 | "X-ACL-Warn:" ; http://www.exim.org |
| 2562 | "X-Admin:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2562 | "X-Admin:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2563 | "X-Administrivia-To:" | 2563 | "X-Administrivia-To:" |
| 2564 | "X-AMAZON" ; Amazon.com | 2564 | "X-AMAZON" ; Amazon.com |
| 2565 | "X-AnalysisOut:" ; Exchange | 2565 | "X-AnalysisOut:" ; Exchange |
| @@ -2594,9 +2594,9 @@ of citations entirely, choose \"None\"." | |||
| 2594 | "X-CanIt-Geo:" ; IEEE spam filter | 2594 | "X-CanIt-Geo:" ; IEEE spam filter |
| 2595 | "X-Cloudmark-SP-" ; Cloudmark (www.cloudmark.com) | 2595 | "X-Cloudmark-SP-" ; Cloudmark (www.cloudmark.com) |
| 2596 | "X-Comment:" ; AT&T Mailennium | 2596 | "X-Comment:" ; AT&T Mailennium |
| 2597 | "X-Complaints-To:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2597 | "X-Complaints-To:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2598 | "X-Completed:" | 2598 | "X-Completed:" |
| 2599 | "X-Confirm-Reading-To:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2599 | "X-Confirm-Reading-To:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2600 | "X-Content-Filtered-By:" | 2600 | "X-Content-Filtered-By:" |
| 2601 | "X-ContentStamp:" ; NetZero | 2601 | "X-ContentStamp:" ; NetZero |
| 2602 | "X-Country-Chain:" ; http://www.declude.com/x-note.htm | 2602 | "X-Country-Chain:" ; http://www.declude.com/x-note.htm |
| @@ -2622,13 +2622,13 @@ of citations entirely, choose \"None\"." | |||
| 2622 | "X-Email-Type-Id:" ; Paypal http://www.paypal.com | 2622 | "X-Email-Type-Id:" ; Paypal http://www.paypal.com |
| 2623 | "X-Enigmail-Version:" | 2623 | "X-Enigmail-Version:" |
| 2624 | "X-Envelope-Date:" ; GNU mailutils | 2624 | "X-Envelope-Date:" ; GNU mailutils |
| 2625 | "X-Envelope-From:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2625 | "X-Envelope-From:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2626 | "X-Envelope-Sender:" | 2626 | "X-Envelope-Sender:" |
| 2627 | "X-Envelope-To:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2627 | "X-Envelope-To:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2628 | "X-EviteMessageId:" ; evite.com | 2628 | "X-EviteMessageId:" ; evite.com |
| 2629 | "X-Evolution:" ; Evolution mail client | 2629 | "X-Evolution:" ; Evolution mail client |
| 2630 | "X-ExtLoop" | 2630 | "X-ExtLoop" |
| 2631 | "X-Face:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2631 | "X-Face:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2632 | "X-Facebook" ; Facebook | 2632 | "X-Facebook" ; Facebook |
| 2633 | "X-FB-SS:" | 2633 | "X-FB-SS:" |
| 2634 | "X-fmx-" | 2634 | "X-fmx-" |
| @@ -2652,7 +2652,7 @@ of citations entirely, choose \"None\"." | |||
| 2652 | "X-Identity:" ; http://www.declude.com/x-note.htm | 2652 | "X-Identity:" ; http://www.declude.com/x-note.htm |
| 2653 | "X-IEEE-UCE-" ; IEEE spam filter | 2653 | "X-IEEE-UCE-" ; IEEE spam filter |
| 2654 | "X-Image-URL:" | 2654 | "X-Image-URL:" |
| 2655 | "X-IMAP:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2655 | "X-IMAP:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2656 | "X-Info:" ; NTMail | 2656 | "X-Info:" ; NTMail |
| 2657 | "X-IronPort-" ; IronPort AV | 2657 | "X-IronPort-" ; IronPort AV |
| 2658 | "X-ISI-4-30-3-MailScanner:" | 2658 | "X-ISI-4-30-3-MailScanner:" |
| @@ -2662,12 +2662,12 @@ of citations entirely, choose \"None\"." | |||
| 2662 | "X-Juno-" ; Juno | 2662 | "X-Juno-" ; Juno |
| 2663 | "X-Key:" | 2663 | "X-Key:" |
| 2664 | "X-Launchpad-" ; plaunchpad.net | 2664 | "X-Launchpad-" ; plaunchpad.net |
| 2665 | "X-List-Host:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2665 | "X-List-Host:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2666 | "X-List-Subscribe:" ; Unknown mailing list managers | 2666 | "X-List-Subscribe:" ; Unknown mailing list managers |
| 2667 | "X-List-Unsubscribe:" ; Unknown mailing list managers | 2667 | "X-List-Unsubscribe:" ; Unknown mailing list managers |
| 2668 | "X-Listprocessor-" ; ListProc(tm) by CREN | 2668 | "X-Listprocessor-" ; ListProc(tm) by CREN |
| 2669 | "X-Listserver:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2669 | "X-Listserver:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2670 | "X-Loop:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2670 | "X-Loop:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2671 | "X-Lrde-Mailscanner:" | 2671 | "X-Lrde-Mailscanner:" |
| 2672 | "X-Lumos-SenderID:" ; Roving ConstantContact | 2672 | "X-Lumos-SenderID:" ; Roving ConstantContact |
| 2673 | "X-mail_abuse_inquiries:" ; http://www.salesforce.com | 2673 | "X-mail_abuse_inquiries:" ; http://www.salesforce.com |
| @@ -2693,18 +2693,18 @@ of citations entirely, choose \"None\"." | |||
| 2693 | "X-MessageWall-Score:" ; Unknown mailing list manager, AUC TeX | 2693 | "X-MessageWall-Score:" ; Unknown mailing list manager, AUC TeX |
| 2694 | "X-MHE-Checksum:" ; Checksum added during index search | 2694 | "X-MHE-Checksum:" ; Checksum added during index search |
| 2695 | "X-MIME-Autoconverted:" ; sendmail | 2695 | "X-MIME-Autoconverted:" ; sendmail |
| 2696 | "X-MIMEOLE:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/sendmail | 2696 | "X-MIMEOLE:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/sendmail |
| 2697 | "X-MIMETrack:" | 2697 | "X-MIMETrack:" |
| 2698 | "X-Mms-" ; T-Mobile pictures | 2698 | "X-Mms-" ; T-Mobile pictures |
| 2699 | "X-Mozilla-Status:" ; Netscape/Mozilla | 2699 | "X-Mozilla-Status:" ; Netscape/Mozilla |
| 2700 | "X-MS-" ; MS Outlook | 2700 | "X-MS-" ; MS Outlook |
| 2701 | "X-Msmail-" ; MS Outlook | 2701 | "X-Msmail-" ; MS Outlook |
| 2702 | "X-MSMail-Priority" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2702 | "X-MSMail-Priority" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2703 | "X-MXL-Hash:" | 2703 | "X-MXL-Hash:" |
| 2704 | "X-NAI-Spam-" ; Network Associates Inc. SpamKiller | 2704 | "X-NAI-Spam-" ; Network Associates Inc. SpamKiller |
| 2705 | "X-News:" ; News | 2705 | "X-News:" ; News |
| 2706 | "X-Newsreader:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2706 | "X-Newsreader:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2707 | "X-No-Archive:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2707 | "X-No-Archive:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2708 | "X-Notes-Item:" ; Lotus Notes Domino structured header | 2708 | "X-Notes-Item:" ; Lotus Notes Domino structured header |
| 2709 | "X-Notification-" ; Google+ | 2709 | "X-Notification-" ; Google+ |
| 2710 | "X-Notifications:" ; Google+ | 2710 | "X-Notifications:" ; Google+ |
| @@ -2713,7 +2713,7 @@ of citations entirely, choose \"None\"." | |||
| 2713 | "X-ORBL:" | 2713 | "X-ORBL:" |
| 2714 | "X-Orcl-Content-Type:" | 2714 | "X-Orcl-Content-Type:" |
| 2715 | "X-Organization:" | 2715 | "X-Organization:" |
| 2716 | "X-Original-Arrival-Type:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2716 | "X-Original-Arrival-Type:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2717 | "X-Original-Complaints-To:" | 2717 | "X-Original-Complaints-To:" |
| 2718 | "X-Original-Date:" ; SourceForge mailing list manager | 2718 | "X-Original-Date:" ; SourceForge mailing list manager |
| 2719 | "X-Original-To:" | 2719 | "X-Original-To:" |
| @@ -2733,10 +2733,10 @@ of citations entirely, choose \"None\"." | |||
| 2733 | "X-Provags-ID:" | 2733 | "X-Provags-ID:" |
| 2734 | "X-PSTN-" | 2734 | "X-PSTN-" |
| 2735 | "X-Qotd-" ; User added | 2735 | "X-Qotd-" ; User added |
| 2736 | "X-RCPT-TO:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2736 | "X-RCPT-TO:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2737 | "X-Received-Date:" | 2737 | "X-Received-Date:" |
| 2738 | "X-Received:" | 2738 | "X-Received:" |
| 2739 | "X-Report-Abuse-To:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2739 | "X-Report-Abuse-To:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2740 | "X-Request-" | 2740 | "X-Request-" |
| 2741 | "X-Resolved-to:" ; fastmail.fm | 2741 | "X-Resolved-to:" ; fastmail.fm |
| 2742 | "X-Return-Path-Hint:" ; Roving ConstantContact | 2742 | "X-Return-Path-Hint:" ; Roving ConstantContact |
| @@ -2753,7 +2753,7 @@ of citations entirely, choose \"None\"." | |||
| 2753 | "X-SBRule:" ; Spam | 2753 | "X-SBRule:" ; Spam |
| 2754 | "X-Scanned-By:" | 2754 | "X-Scanned-By:" |
| 2755 | "X-Sender-ID:" ; Google+ | 2755 | "X-Sender-ID:" ; Google+ |
| 2756 | "X-Sender:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2756 | "X-Sender:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2757 | "X-Sendergroup:" ; Cisco Email Security (formerly IronPort; http://www.ironport.com) | 2757 | "X-Sendergroup:" ; Cisco Email Security (formerly IronPort; http://www.ironport.com) |
| 2758 | "X-Server-Date:" | 2758 | "X-Server-Date:" |
| 2759 | "X-Server-Uuid:" | 2759 | "X-Server-Uuid:" |
| @@ -2776,11 +2776,11 @@ of citations entirely, choose \"None\"." | |||
| 2776 | "X-TM-IMSS-Message-ID:" ; http://www.trendmicro.com | 2776 | "X-TM-IMSS-Message-ID:" ; http://www.trendmicro.com |
| 2777 | "X-Trace:" | 2777 | "X-Trace:" |
| 2778 | "X-UID" | 2778 | "X-UID" |
| 2779 | "X-UIDL:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2779 | "X-UIDL:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2780 | "X-Unity" | 2780 | "X-Unity" |
| 2781 | "X-UNTD-" ; NetZero | 2781 | "X-UNTD-" ; NetZero |
| 2782 | "X-URI:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2782 | "X-URI:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2783 | "X-URL:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2783 | "X-URL:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2784 | "X-USANET-" ; usa.net | 2784 | "X-USANET-" ; usa.net |
| 2785 | "X-Usenet-Provider" | 2785 | "X-Usenet-Provider" |
| 2786 | "X-UserInfo1:" | 2786 | "X-UserInfo1:" |
| @@ -2792,7 +2792,7 @@ of citations entirely, choose \"None\"." | |||
| 2792 | "X-VSMLoop:" ; NTMail | 2792 | "X-VSMLoop:" ; NTMail |
| 2793 | "X-WebTV-Signature:" | 2793 | "X-WebTV-Signature:" |
| 2794 | "X-Wss-Id:" ; Worldtalk gateways | 2794 | "X-Wss-Id:" ; Worldtalk gateways |
| 2795 | "X-X-Sender:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2795 | "X-X-Sender:" ; https://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2796 | "X-XPT-XSL-Name:" ; Paypal http://www.paypal.com | 2796 | "X-XPT-XSL-Name:" ; Paypal http://www.paypal.com |
| 2797 | "X-xsi-" | 2797 | "X-xsi-" |
| 2798 | "X-XWALL-" ; http://www.dataenter.co.at/doc/xwall_undocumented_config.htm | 2798 | "X-XWALL-" ; http://www.dataenter.co.at/doc/xwall_undocumented_config.htm |
| @@ -3036,7 +3036,7 @@ supports it. | |||
| 3036 | The first header field used, if present, is the Gnus-specific | 3036 | The first header field used, if present, is the Gnus-specific |
| 3037 | \"Face:\" field. The \"Face:\" field appeared in GNU Emacs 21 and | 3037 | \"Face:\" field. The \"Face:\" field appeared in GNU Emacs 21 and |
| 3038 | XEmacs. For more information, see URL | 3038 | XEmacs. For more information, see URL |
| 3039 | `http://quimby.gnus.org/circus/face/'. Next is the traditional | 3039 | `https://quimby.gnus.org/circus/face/'. Next is the traditional |
| 3040 | \"X-Face:\" header field. The display of this field requires the | 3040 | \"X-Face:\" header field. The display of this field requires the |
| 3041 | \"uncompface\" program (see URL | 3041 | \"uncompface\" program (see URL |
| 3042 | `ftp://ftp.cs.indiana.edu/pub/faces/compface/compface.tar.z'). Recent | 3042 | `ftp://ftp.cs.indiana.edu/pub/faces/compface/compface.tar.z'). Recent |
| @@ -3049,7 +3049,7 @@ header field if neither the \"Face:\" nor the \"X-Face:\" fields are | |||
| 3049 | present. The display of the images requires \"wget\" (see URL | 3049 | present. The display of the images requires \"wget\" (see URL |
| 3050 | `https://www.gnu.org/software/wget/wget.html'), \"fetch\", or \"curl\" | 3050 | `https://www.gnu.org/software/wget/wget.html'), \"fetch\", or \"curl\" |
| 3051 | to fetch the image and the \"convert\" program from the ImageMagick | 3051 | to fetch the image and the \"convert\" program from the ImageMagick |
| 3052 | suite (see URL `http://www.imagemagick.org/'). Of the three header | 3052 | suite (see URL `https://www.imagemagick.org/'). Of the three header |
| 3053 | fields this is the most efficient in terms of network usage since the | 3053 | fields this is the most efficient in terms of network usage since the |
| 3054 | image doesn't need to be transmitted with every single mail. | 3054 | image doesn't need to be transmitted with every single mail. |
| 3055 | 3055 | ||
diff --git a/lisp/mh-e/mh-thread.el b/lisp/mh-e/mh-thread.el index fc30187245d..43a589aeca2 100644 --- a/lisp/mh-e/mh-thread.el +++ b/lisp/mh-e/mh-thread.el | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | ;; The threading portion of this files tries to implement the | 27 | ;; The threading portion of this files tries to implement the |
| 28 | ;; algorithm described at: | 28 | ;; algorithm described at: |
| 29 | ;; http://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 | ;; http://tools.ietf.org/html/rfc5256 |
diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el index ef3651b0335..8c7d33a67d4 100644 --- a/lisp/net/net-utils.el +++ b/lisp/net/net-utils.el | |||
| @@ -771,7 +771,7 @@ This command uses `smbclient-program' to connect to HOST." | |||
| 771 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 771 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 772 | 772 | ||
| 773 | ;; Full list is available at: | 773 | ;; Full list is available at: |
| 774 | ;; http://www.iana.org/assignments/port-numbers | 774 | ;; https://www.iana.org/assignments/port-numbers |
| 775 | (defvar network-connection-service-alist | 775 | (defvar network-connection-service-alist |
| 776 | (list | 776 | (list |
| 777 | (cons 'echo 7) | 777 | (cons 'echo 7) |
diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el index 2c32a2cf2ea..f45abf780f7 100644 --- a/lisp/net/newst-backend.el +++ b/lisp/net/newst-backend.el | |||
| @@ -890,7 +890,7 @@ Argument BUFFER is the buffer of the retrieval process." | |||
| 890 | ;; Atom 1.0 feed. | 890 | ;; Atom 1.0 feed. |
| 891 | 891 | ||
| 892 | ;; (and (eq 'feed (xml-node-name topnode)) | 892 | ;; (and (eq 'feed (xml-node-name topnode)) |
| 893 | ;; (string= "http://www.w3.org/2005/Atom" | 893 | ;; (string= "https://www.w3.org/2005/Atom" |
| 894 | ;; (xml-get-attribute topnode 'xmlns))) | 894 | ;; (xml-get-attribute topnode 'xmlns))) |
| 895 | (setq image-url (newsticker--get-logo-url-atom-1.0 topnode)) | 895 | (setq image-url (newsticker--get-logo-url-atom-1.0 topnode)) |
| 896 | (setq icon-url (newsticker--get-icon-url-atom-1.0 topnode)) | 896 | (setq icon-url (newsticker--get-icon-url-atom-1.0 topnode)) |
diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el index 6329e7660f7..535122a31fb 100644 --- a/lisp/net/newsticker.el +++ b/lisp/net/newsticker.el | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | ;; as well as the following Atom formats: | 54 | ;; as well as the following Atom formats: |
| 55 | ;; * Atom 0.3 | 55 | ;; * Atom 0.3 |
| 56 | ;; * Atom 1.0 | 56 | ;; * Atom 1.0 |
| 57 | ;; (see http://www.ietf.org/internet-drafts/draft-ietf-atompub-format-11.txt) | 57 | ;; (see https://www.ietf.org/internet-drafts/draft-ietf-atompub-format-11.txt) |
| 58 | ;; That makes Newsticker.el an "Atom aggregator, "RSS reader", "RSS | 58 | ;; That makes Newsticker.el an "Atom aggregator, "RSS reader", "RSS |
| 59 | ;; aggregator", and "Feed Reader". | 59 | ;; aggregator", and "Feed Reader". |
| 60 | 60 | ||
diff --git a/lisp/net/puny.el b/lisp/net/puny.el index cc406076c58..5c58fe02cbf 100644 --- a/lisp/net/puny.el +++ b/lisp/net/puny.el | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | ;;; Commentary: | 23 | ;;; Commentary: |
| 24 | 24 | ||
| 25 | ;; Written by looking at | 25 | ;; Written by looking at |
| 26 | ;; http://stackoverflow.com/questions/183485/can-anyone-recommend-a-good-free-javascript-for-punycode-to-unicode-conversion | 26 | ;; https://stackoverflow.com/questions/183485/can-anyone-recommend-a-good-free-javascript-for-punycode-to-unicode-conversion |
| 27 | 27 | ||
| 28 | ;;; Code: | 28 | ;;; Code: |
| 29 | 29 | ||
| @@ -196,12 +196,12 @@ For instance \"xn--bcher-kva\" => \"bücher\"." | |||
| 196 | (cl-incf i))) | 196 | (cl-incf i))) |
| 197 | (buffer-string))) | 197 | (buffer-string))) |
| 198 | 198 | ||
| 199 | ;; http://www.unicode.org/reports/tr39/#Restriction_Level_Detection | 199 | ;; https://www.unicode.org/reports/tr39/#Restriction_Level_Detection |
| 200 | ;; http://www.unicode.org/reports/tr31/#Table_Candidate_Characters_for_Inclusion_in_Identifiers | 200 | ;; https://www.unicode.org/reports/tr31/#Table_Candidate_Characters_for_Inclusion_in_Identifiers |
| 201 | 201 | ||
| 202 | (defun puny-highly-restrictive-string-p (string) | 202 | (defun puny-highly-restrictive-string-p (string) |
| 203 | "Say whether STRING is \"highly restrictive\" in the Unicode IDNA sense. | 203 | "Say whether STRING is \"highly restrictive\" in the Unicode IDNA sense. |
| 204 | See http://www.unicode.org/reports/tr39/#Restriction_Level_Detection | 204 | See https://www.unicode.org/reports/tr39/#Restriction_Level_Detection |
| 205 | for details. The main idea is that if you're mixing | 205 | for details. The main idea is that if you're mixing |
| 206 | scripts (like latin and cyrillic), you may confuse the user by | 206 | scripts (like latin and cyrillic), you may confuse the user by |
| 207 | using homographs." | 207 | using homographs." |
diff --git a/lisp/net/secrets.el b/lisp/net/secrets.el index 10d061fba20..dc1b468a118 100644 --- a/lisp/net/secrets.el +++ b/lisp/net/secrets.el | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | ;;; Commentary: | 23 | ;;; Commentary: |
| 24 | 24 | ||
| 25 | ;; This package provides an implementation of the Secret Service API | 25 | ;; This package provides an implementation of the Secret Service API |
| 26 | ;; <http://www.freedesktop.org/wiki/Specifications/secret-storage-spec>. | 26 | ;; <https://www.freedesktop.org/wiki/Specifications/secret-storage-spec>. |
| 27 | ;; This API is meant to make GNOME-Keyring- and KWallet-like daemons | 27 | ;; This API is meant to make GNOME-Keyring- and KWallet-like daemons |
| 28 | ;; available under a common D-BUS interface and thus increase | 28 | ;; available under a common D-BUS interface and thus increase |
| 29 | ;; interoperability between GNOME, KDE and other applications having | 29 | ;; interoperability between GNOME, KDE and other applications having |
diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el index f07d214e122..504304f385e 100644 --- a/lisp/net/soap-client.el +++ b/lisp/net/soap-client.el | |||
| @@ -2078,7 +2078,7 @@ This is a specialization of `soap-decode-type' for | |||
| 2078 | soap-headers ; list of (message part use) | 2078 | soap-headers ; list of (message part use) |
| 2079 | soap-body ; message parts present in the body | 2079 | soap-body ; message parts present in the body |
| 2080 | use ; 'literal or 'encoded, see | 2080 | use ; 'literal or 'encoded, see |
| 2081 | ; http://www.w3.org/TR/wsdl#_soap:body | 2081 | ; https://www.w3.org/TR/wsdl#_soap:body |
| 2082 | ) | 2082 | ) |
| 2083 | 2083 | ||
| 2084 | (cl-defstruct (soap-binding (:include soap-element)) | 2084 | (cl-defstruct (soap-binding (:include soap-element)) |
| @@ -2111,7 +2111,7 @@ This is a specialization of `soap-decode-type' for | |||
| 2111 | 2111 | ||
| 2112 | ;; Add the XSD types to the wsdl document | 2112 | ;; Add the XSD types to the wsdl document |
| 2113 | (let ((ns (soap-make-xs-basic-types | 2113 | (let ((ns (soap-make-xs-basic-types |
| 2114 | "http://www.w3.org/2001/XMLSchema" "xsd"))) | 2114 | "https://www.w3.org/2001/XMLSchema" "xsd"))) |
| 2115 | (soap-wsdl-add-namespace ns wsdl) | 2115 | (soap-wsdl-add-namespace ns wsdl) |
| 2116 | (soap-wsdl-add-alias "xsd" (soap-namespace-name ns) wsdl)) | 2116 | (soap-wsdl-add-alias "xsd" (soap-namespace-name ns) wsdl)) |
| 2117 | 2117 | ||
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index a51edae1482..377f45c1755 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -4408,7 +4408,7 @@ process to set up. VEC specifies the connection." | |||
| 4408 | 4408 | ||
| 4409 | ;; IRIX64 bash expands "!" even when in single quotes. This | 4409 | ;; IRIX64 bash expands "!" even when in single quotes. This |
| 4410 | ;; destroys our shell functions, we must disable it. See | 4410 | ;; destroys our shell functions, we must disable it. See |
| 4411 | ;; <http://stackoverflow.com/questions/3291692/irix-bash-shell-expands-expression-in-single-quotes-yet-shouldnt>. | 4411 | ;; <https://stackoverflow.com/questions/3291692/irix-bash-shell-expands-expression-in-single-quotes-yet-shouldnt>. |
| 4412 | (when (string-match-p "^IRIX64" uname) | 4412 | (when (string-match-p "^IRIX64" uname) |
| 4413 | (tramp-send-command vec "set +H" t)) | 4413 | (tramp-send-command vec "set +H" t)) |
| 4414 | 4414 | ||
diff --git a/lisp/obsolete/erc-hecomplete.el b/lisp/obsolete/erc-hecomplete.el index 8f554282aed..cd26edeaa24 100644 --- a/lisp/obsolete/erc-hecomplete.el +++ b/lisp/obsolete/erc-hecomplete.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Alex Schroeder <alex@gnu.org> | 6 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion | 7 | ;; URL: https://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion |
| 8 | ;; Obsolete-since: 24.1 | 8 | ;; Obsolete-since: 24.1 |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/org/ob-plantuml.el b/lisp/org/ob-plantuml.el index 5bf9e2beee4..49886e292e5 100644 --- a/lisp/org/ob-plantuml.el +++ b/lisp/org/ob-plantuml.el | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | ;; Org-Babel support for evaluating plantuml script. | 26 | ;; Org-Babel support for evaluating plantuml script. |
| 27 | ;; | 27 | ;; |
| 28 | ;; Inspired by Ian Yang's org-export-blocks-format-plantuml | 28 | ;; Inspired by Ian Yang's org-export-blocks-format-plantuml |
| 29 | ;; http://www.emacswiki.org/emacs/org-export-blocks-format-plantuml.el | 29 | ;; https://www.emacswiki.org/emacs/org-export-blocks-format-plantuml.el |
| 30 | 30 | ||
| 31 | ;;; Requirements: | 31 | ;;; Requirements: |
| 32 | 32 | ||
diff --git a/lisp/org/ob-ruby.el b/lisp/org/ob-ruby.el index 90956271cf5..1b8088eaee4 100644 --- a/lisp/org/ob-ruby.el +++ b/lisp/org/ob-ruby.el | |||
| @@ -30,10 +30,10 @@ | |||
| 30 | ;; - ruby and irb executables :: http://www.ruby-lang.org/ | 30 | ;; - ruby and irb executables :: http://www.ruby-lang.org/ |
| 31 | ;; | 31 | ;; |
| 32 | ;; - ruby-mode :: Can be installed through ELPA, or from | 32 | ;; - ruby-mode :: Can be installed through ELPA, or from |
| 33 | ;; http://github.com/eschulte/rinari/raw/master/util/ruby-mode.el | 33 | ;; https://github.com/eschulte/rinari/raw/master/util/ruby-mode.el |
| 34 | ;; | 34 | ;; |
| 35 | ;; - inf-ruby mode :: Can be installed through ELPA, or from | 35 | ;; - inf-ruby mode :: Can be installed through ELPA, or from |
| 36 | ;; http://github.com/eschulte/rinari/raw/master/util/inf-ruby.el | 36 | ;; https://github.com/eschulte/rinari/raw/master/util/inf-ruby.el |
| 37 | 37 | ||
| 38 | ;;; Code: | 38 | ;;; Code: |
| 39 | (require 'ob) | 39 | (require 'ob) |
diff --git a/lisp/org/ob-sass.el b/lisp/org/ob-sass.el index 60c081dcb38..c101574696c 100644 --- a/lisp/org/ob-sass.el +++ b/lisp/org/ob-sass.el | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | 35 | ||
| 36 | ;;; Requirements: | 36 | ;;; Requirements: |
| 37 | 37 | ||
| 38 | ;; - sass-mode :: http://github.com/nex3/haml/blob/master/extra/sass-mode.el | 38 | ;; - sass-mode :: https://github.com/nex3/haml/blob/master/extra/sass-mode.el |
| 39 | 39 | ||
| 40 | ;;; Code: | 40 | ;;; Code: |
| 41 | (require 'ob) | 41 | (require 'ob) |
diff --git a/lisp/org/ob-stan.el b/lisp/org/ob-stan.el index c563a6c3e55..678047c8008 100644 --- a/lisp/org/ob-stan.el +++ b/lisp/org/ob-stan.el | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | ;; For more information and usage examples, visit | 41 | ;; For more information and usage examples, visit |
| 42 | ;; https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-stan.html | 42 | ;; https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-stan.html |
| 43 | ;; | 43 | ;; |
| 44 | ;; [1] http://mc-stan.org/ | 44 | ;; [1] https://mc-stan.org/ |
| 45 | 45 | ||
| 46 | ;;; Code: | 46 | ;;; Code: |
| 47 | (require 'ob) | 47 | (require 'ob) |
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index abba29952e6..5c37cb1af52 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -6122,7 +6122,7 @@ which will prompt for the width." | |||
| 6122 | ;; Here are two examples of different styles. | 6122 | ;; Here are two examples of different styles. |
| 6123 | 6123 | ||
| 6124 | ;; Unicode block characters are used to give a smooth effect. | 6124 | ;; Unicode block characters are used to give a smooth effect. |
| 6125 | ;; See http://en.wikipedia.org/wiki/Block_Elements | 6125 | ;; See https://en.wikipedia.org/wiki/Block_Elements |
| 6126 | ;; Use one of those drawing functions | 6126 | ;; Use one of those drawing functions |
| 6127 | ;; - orgtbl-ascii-draw (the default ascii) | 6127 | ;; - orgtbl-ascii-draw (the default ascii) |
| 6128 | ;; - orgtbl-uc-draw-grid (unicode with a grid effect) | 6128 | ;; - orgtbl-uc-draw-grid (unicode with a grid effect) |
| @@ -6136,7 +6136,7 @@ which will prompt for the width." | |||
| 6136 | It is a variant of orgtbl-ascii-draw with Unicode block | 6136 | It is a variant of orgtbl-ascii-draw with Unicode block |
| 6137 | characters, for a smooth display. Bars appear as grids (to the | 6137 | characters, for a smooth display. Bars appear as grids (to the |
| 6138 | extent the font allows)." | 6138 | extent the font allows)." |
| 6139 | ;; http://en.wikipedia.org/wiki/Block_Elements | 6139 | ;; https://en.wikipedia.org/wiki/Block_Elements |
| 6140 | ;; best viewed with the "DejaVu Sans Mono" font. | 6140 | ;; best viewed with the "DejaVu Sans Mono" font. |
| 6141 | (orgtbl-ascii-draw value min max width | 6141 | (orgtbl-ascii-draw value min max width |
| 6142 | " \u258F\u258E\u258D\u258C\u258B\u258A\u2589")) | 6142 | " \u258F\u258E\u258D\u258C\u258B\u258A\u2589")) |
diff --git a/lisp/org/ox.el b/lisp/org/ox.el index 797efb90b79..2f8fd0c645b 100644 --- a/lisp/org/ox.el +++ b/lisp/org/ox.el | |||
| @@ -5459,7 +5459,7 @@ transcoding it." | |||
| 5459 | (apostrophe :utf-8 "’" :html "’")) | 5459 | (apostrophe :utf-8 "’" :html "’")) |
| 5460 | ("da" | 5460 | ("da" |
| 5461 | ;; one may use: »...«, "...", ›...‹, or '...'. | 5461 | ;; one may use: »...«, "...", ›...‹, or '...'. |
| 5462 | ;; http://sproget.dk/raad-og-regler/retskrivningsregler/retskrivningsregler/a7-40-60/a7-58-anforselstegn/ | 5462 | ;; https://sproget.dk/raad-og-regler/retskrivningsregler/retskrivningsregler/a7-40-60/a7-58-anforselstegn/ |
| 5463 | ;; LaTeX quotes require Babel! | 5463 | ;; LaTeX quotes require Babel! |
| 5464 | (primary-opening | 5464 | (primary-opening |
| 5465 | :utf-8 "»" :html "»" :latex ">>" :texinfo "@guillemetright{}") | 5465 | :utf-8 "»" :html "»" :latex ">>" :texinfo "@guillemetright{}") |
| @@ -5553,7 +5553,7 @@ transcoding it." | |||
| 5553 | (secondary-closing :utf-8 "’" :html "’" :latex "'" :texinfo "'") | 5553 | (secondary-closing :utf-8 "’" :html "’" :latex "'" :texinfo "'") |
| 5554 | (apostrophe :utf-8 "’" :html "’")) | 5554 | (apostrophe :utf-8 "’" :html "’")) |
| 5555 | ("ru" | 5555 | ("ru" |
| 5556 | ;; http://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D0%B2%D1%8B%D1%87%D0%BA%D0%B8#.D0.9A.D0.B0.D0.B2.D1.8B.D1.87.D0.BA.D0.B8.2C_.D0.B8.D1.81.D0.BF.D0.BE.D0.BB.D1.8C.D0.B7.D1.83.D0.B5.D0.BC.D1.8B.D0.B5_.D0.B2_.D1.80.D1.83.D1.81.D1.81.D0.BA.D0.BE.D0.BC_.D1.8F.D0.B7.D1.8B.D0.BA.D0.B5 | 5556 | ;; https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D0%B2%D1%8B%D1%87%D0%BA%D0%B8#.D0.9A.D0.B0.D0.B2.D1.8B.D1.87.D0.BA.D0.B8.2C_.D0.B8.D1.81.D0.BF.D0.BE.D0.BB.D1.8C.D0.B7.D1.83.D0.B5.D0.BC.D1.8B.D0.B5_.D0.B2_.D1.80.D1.83.D1.81.D1.81.D0.BA.D0.BE.D0.BC_.D1.8F.D0.B7.D1.8B.D0.BA.D0.B5 |
| 5557 | ;; http://www.artlebedev.ru/kovodstvo/sections/104/ | 5557 | ;; http://www.artlebedev.ru/kovodstvo/sections/104/ |
| 5558 | (primary-opening :utf-8 "«" :html "«" :latex "{}<<" | 5558 | (primary-opening :utf-8 "«" :html "«" :latex "{}<<" |
| 5559 | :texinfo "@guillemetleft{}") | 5559 | :texinfo "@guillemetleft{}") |
diff --git a/lisp/pcmpl-unix.el b/lisp/pcmpl-unix.el index 9d346cfbd22..13de4b65e5b 100644 --- a/lisp/pcmpl-unix.el +++ b/lisp/pcmpl-unix.el | |||
| @@ -148,7 +148,7 @@ documentation), this function returns nil." | |||
| 148 | 148 | ||
| 149 | 149 | ||
| 150 | ;; ssh support by Phil Hagelberg. | 150 | ;; ssh support by Phil Hagelberg. |
| 151 | ;; http://www.emacswiki.org/cgi-bin/wiki/pcmpl-ssh.el | 151 | ;; https://www.emacswiki.org/cgi-bin/wiki/pcmpl-ssh.el |
| 152 | 152 | ||
| 153 | (defun pcmpl-ssh-known-hosts () | 153 | (defun pcmpl-ssh-known-hosts () |
| 154 | "Return a list of hosts found in `pcmpl-ssh-known-hosts-file'." | 154 | "Return a list of hosts found in `pcmpl-ssh-known-hosts-file'." |
diff --git a/lisp/play/bubbles.el b/lisp/play/bubbles.el index 903c0686063..d512a718b48 100644 --- a/lisp/play/bubbles.el +++ b/lisp/play/bubbles.el | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | ;; possible in as few moves as possible. | 28 | ;; possible in as few moves as possible. |
| 29 | 29 | ||
| 30 | ;; Bubbles is an implementation of the "Same Game", similar to "Same | 30 | ;; Bubbles is an implementation of the "Same Game", similar to "Same |
| 31 | ;; GNOME" and many others, see <http://en.wikipedia.org/wiki/SameGame>. | 31 | ;; GNOME" and many others, see <https://en.wikipedia.org/wiki/SameGame>. |
| 32 | 32 | ||
| 33 | ;; Installation | 33 | ;; Installation |
| 34 | ;; ------------ | 34 | ;; ------------ |
diff --git a/lisp/printing.el b/lisp/printing.el index 86a2434c0da..ec67a144c3c 100644 --- a/lisp/printing.el +++ b/lisp/printing.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Keywords: wp, print, PostScript | 6 | ;; Keywords: wp, print, PostScript |
| 7 | ;; Version: 6.9.3 | 7 | ;; Version: 6.9.3 |
| 8 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 8 | ;; X-URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
| 9 | 9 | ||
| 10 | (defconst pr-version "6.9.3" | 10 | (defconst pr-version "6.9.3" |
| 11 | "printing.el, v 6.9.3 <2007/12/09 vinicius> | 11 | "printing.el, v 6.9.3 <2007/12/09 vinicius> |
| @@ -64,7 +64,7 @@ Please send all bug fixes and enhancements to | |||
| 64 | ;; interface to ps-print package and it also provides some extra stuff. | 64 | ;; interface to ps-print package and it also provides some extra stuff. |
| 65 | ;; | 65 | ;; |
| 66 | ;; To download the latest ps-print package see | 66 | ;; To download the latest ps-print package see |
| 67 | ;; `http://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage'. | 67 | ;; `https://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage'. |
| 68 | ;; Please, see README file for ps-print installation instructions. | 68 | ;; Please, see README file for ps-print installation instructions. |
| 69 | ;; | 69 | ;; |
| 70 | ;; `printing' was inspired by: | 70 | ;; `printing' was inspired by: |
| @@ -944,8 +944,8 @@ Please send all bug fixes and enhancements to | |||
| 944 | ;; | 944 | ;; |
| 945 | ;; * For `printing' package: | 945 | ;; * For `printing' package: |
| 946 | ;; | 946 | ;; |
| 947 | ;; printing `http://www.emacswiki.org/cgi-bin/emacs/download/printing.el' | 947 | ;; printing `https://www.emacswiki.org/cgi-bin/emacs/download/printing.el' |
| 948 | ;; ps-print `http://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage' | 948 | ;; ps-print `https://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage' |
| 949 | ;; | 949 | ;; |
| 950 | ;; * For GNU or Unix system: | 950 | ;; * For GNU or Unix system: |
| 951 | ;; | 951 | ;; |
diff --git a/lisp/progmodes/bat-mode.el b/lisp/progmodes/bat-mode.el index 87e88163ac7..98e58be2303 100644 --- a/lisp/progmodes/bat-mode.el +++ b/lisp/progmodes/bat-mode.el | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | ;; See documentation of function `bat-mode'. | 42 | ;; See documentation of function `bat-mode'. |
| 43 | ;; | 43 | ;; |
| 44 | ;; Separate package `dos-indent' (Matthew Fidler) provides rudimentary | 44 | ;; Separate package `dos-indent' (Matthew Fidler) provides rudimentary |
| 45 | ;; indentation, see http://www.emacswiki.org/emacs/dos-indent.el. | 45 | ;; indentation, see https://www.emacswiki.org/emacs/dos-indent.el. |
| 46 | ;; | 46 | ;; |
| 47 | ;; Acknowledgements: | 47 | ;; Acknowledgements: |
| 48 | ;; | 48 | ;; |
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index c62fbab0595..2e4b9d4693c 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | ;; support. | 33 | ;; support. |
| 34 | 34 | ||
| 35 | ;; The latest version is available from | 35 | ;; The latest version is available from |
| 36 | ;; http://github.com/jrockway/cperl-mode | 36 | ;; https://github.com/jrockway/cperl-mode |
| 37 | ;; | 37 | ;; |
| 38 | ;; (perhaps in the moosex-declare branch) | 38 | ;; (perhaps in the moosex-declare branch) |
| 39 | 39 | ||
diff --git a/lisp/progmodes/ebnf-abn.el b/lisp/progmodes/ebnf-abn.el index bf9b0e961ba..be82c72910b 100644 --- a/lisp/progmodes/ebnf-abn.el +++ b/lisp/progmodes/ebnf-abn.el | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | ;; ----------- | 38 | ;; ----------- |
| 39 | ;; | 39 | ;; |
| 40 | ;; See the URL: | 40 | ;; See the URL: |
| 41 | ;; `http://www.ietf.org/rfc/rfc2234.txt' | 41 | ;; `https://www.ietf.org/rfc/rfc2234.txt' |
| 42 | ;; or | 42 | ;; or |
| 43 | ;; `http://www.faqs.org/rfcs/rfc2234.html' | 43 | ;; `http://www.faqs.org/rfcs/rfc2234.html' |
| 44 | ;; or | 44 | ;; or |
diff --git a/lisp/progmodes/ebnf-dtd.el b/lisp/progmodes/ebnf-dtd.el index bdebf0db2c1..ddddb27a11c 100644 --- a/lisp/progmodes/ebnf-dtd.el +++ b/lisp/progmodes/ebnf-dtd.el | |||
| @@ -38,11 +38,11 @@ | |||
| 38 | ;; ---------- | 38 | ;; ---------- |
| 39 | ;; | 39 | ;; |
| 40 | ;; See the URLs: | 40 | ;; See the URLs: |
| 41 | ;; `http://www.w3.org/TR/2004/REC-xml-20040204/' | 41 | ;; `https://www.w3.org/TR/2004/REC-xml-20040204/' |
| 42 | ;; (Extensible Markup Language (XML) 1.0 (Third Edition)) | 42 | ;; (Extensible Markup Language (XML) 1.0 (Third Edition)) |
| 43 | ;; `http://www.w3.org/TR/html40/' | 43 | ;; `https://www.w3.org/TR/html40/' |
| 44 | ;; (HTML 4.01 Specification) | 44 | ;; (HTML 4.01 Specification) |
| 45 | ;; `http://www.w3.org/TR/NOTE-html-970421' | 45 | ;; `https://www.w3.org/TR/NOTE-html-970421' |
| 46 | ;; (HTML DTD with support for Style Sheets) | 46 | ;; (HTML DTD with support for Style Sheets) |
| 47 | ;; | 47 | ;; |
| 48 | ;; | 48 | ;; |
diff --git a/lisp/progmodes/ebnf-ebx.el b/lisp/progmodes/ebnf-ebx.el index 20e2d4ca31c..546f1f8a87f 100644 --- a/lisp/progmodes/ebnf-ebx.el +++ b/lisp/progmodes/ebnf-ebx.el | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | ;; ------------ | 38 | ;; ------------ |
| 39 | ;; | 39 | ;; |
| 40 | ;; See the URL: | 40 | ;; See the URL: |
| 41 | ;; `http://www.w3.org/TR/2004/REC-xml-20040204/#sec-notation' | 41 | ;; `https://www.w3.org/TR/2004/REC-xml-20040204/#sec-notation' |
| 42 | ;; (Extensible Markup Language (XML) 1.0 (Third Edition)) | 42 | ;; (Extensible Markup Language (XML) 1.0 (Third Edition)) |
| 43 | ;; | 43 | ;; |
| 44 | ;; | 44 | ;; |
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index 22c70bf734d..991cd6fc519 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Keywords: wp, ebnf, PostScript | 6 | ;; Keywords: wp, ebnf, PostScript |
| 7 | ;; Version: 4.4 | 7 | ;; Version: 4.4 |
| 8 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 8 | ;; X-URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -326,7 +326,7 @@ Please send all bug fixes and enhancements to | |||
| 326 | ;; `ebnf-lex-comment-char' and `ebnf-lex-eop-char'. | 326 | ;; `ebnf-lex-comment-char' and `ebnf-lex-eop-char'. |
| 327 | ;; | 327 | ;; |
| 328 | ;; `abnf' ebnf2ps recognizes the syntax described in the URL: | 328 | ;; `abnf' ebnf2ps recognizes the syntax described in the URL: |
| 329 | ;; `http://www.ietf.org/rfc/rfc2234.txt' | 329 | ;; `https://www.ietf.org/rfc/rfc2234.txt' |
| 330 | ;; ("Augmented BNF for Syntax Specifications: ABNF"). | 330 | ;; ("Augmented BNF for Syntax Specifications: ABNF"). |
| 331 | ;; | 331 | ;; |
| 332 | ;; `iso-ebnf' ebnf2ps recognizes the syntax described in the URL: | 332 | ;; `iso-ebnf' ebnf2ps recognizes the syntax described in the URL: |
| @@ -342,11 +342,11 @@ Please send all bug fixes and enhancements to | |||
| 342 | ;; `ebnf-yac-ignore-error-recovery'. | 342 | ;; `ebnf-yac-ignore-error-recovery'. |
| 343 | ;; | 343 | ;; |
| 344 | ;; `ebnfx' ebnf2ps recognizes the syntax described in the URL: | 344 | ;; `ebnfx' ebnf2ps recognizes the syntax described in the URL: |
| 345 | ;; `http://www.w3.org/TR/2004/REC-xml-20040204/#sec-notation' | 345 | ;; `https://www.w3.org/TR/2004/REC-xml-20040204/#sec-notation' |
| 346 | ;; ("Extensible Markup Language (XML) 1.0 (Third Edition)") | 346 | ;; ("Extensible Markup Language (XML) 1.0 (Third Edition)") |
| 347 | ;; | 347 | ;; |
| 348 | ;; `dtd' ebnf2ps recognizes the syntax described in the URL: | 348 | ;; `dtd' ebnf2ps recognizes the syntax described in the URL: |
| 349 | ;; `http://www.w3.org/TR/2004/REC-xml-20040204/' | 349 | ;; `https://www.w3.org/TR/2004/REC-xml-20040204/' |
| 350 | ;; ("Extensible Markup Language (XML) 1.0 (Third Edition)") | 350 | ;; ("Extensible Markup Language (XML) 1.0 (Third Edition)") |
| 351 | ;; | 351 | ;; |
| 352 | ;; Any other value is treated as `ebnf'. | 352 | ;; Any other value is treated as `ebnf'. |
| @@ -1779,7 +1779,7 @@ Valid values are: | |||
| 1779 | `ebnf-lex-comment-char' and `ebnf-lex-eop-char'. | 1779 | `ebnf-lex-comment-char' and `ebnf-lex-eop-char'. |
| 1780 | 1780 | ||
| 1781 | `abnf' ebnf2ps recognizes the syntax described in the URL: | 1781 | `abnf' ebnf2ps recognizes the syntax described in the URL: |
| 1782 | `http://www.ietf.org/rfc/rfc2234.txt' | 1782 | `https://www.ietf.org/rfc/rfc2234.txt' |
| 1783 | (\"Augmented BNF for Syntax Specifications: ABNF\"). | 1783 | (\"Augmented BNF for Syntax Specifications: ABNF\"). |
| 1784 | 1784 | ||
| 1785 | `iso-ebnf' ebnf2ps recognizes the syntax described in the URL: | 1785 | `iso-ebnf' ebnf2ps recognizes the syntax described in the URL: |
| @@ -1795,11 +1795,11 @@ Valid values are: | |||
| 1795 | `ebnf-yac-ignore-error-recovery'. | 1795 | `ebnf-yac-ignore-error-recovery'. |
| 1796 | 1796 | ||
| 1797 | `ebnfx' ebnf2ps recognizes the syntax described in the URL: | 1797 | `ebnfx' ebnf2ps recognizes the syntax described in the URL: |
| 1798 | `http://www.w3.org/TR/2004/REC-xml-20040204/#sec-notation' | 1798 | `https://www.w3.org/TR/2004/REC-xml-20040204/#sec-notation' |
| 1799 | (\"Extensible Markup Language (XML) 1.0 (Third Edition)\") | 1799 | (\"Extensible Markup Language (XML) 1.0 (Third Edition)\") |
| 1800 | 1800 | ||
| 1801 | `dtd' ebnf2ps recognizes the syntax described in the URL: | 1801 | `dtd' ebnf2ps recognizes the syntax described in the URL: |
| 1802 | `http://www.w3.org/TR/2004/REC-xml-20040204/' | 1802 | `https://www.w3.org/TR/2004/REC-xml-20040204/' |
| 1803 | (\"Extensible Markup Language (XML) 1.0 (Third Edition)\") | 1803 | (\"Extensible Markup Language (XML) 1.0 (Third Edition)\") |
| 1804 | 1804 | ||
| 1805 | Any other value is treated as `ebnf'." | 1805 | Any other value is treated as `ebnf'." |
diff --git a/lisp/progmodes/flymake-proc.el b/lisp/progmodes/flymake-proc.el index 62f6d1aaea2..152dc725c74 100644 --- a/lisp/progmodes/flymake-proc.el +++ b/lisp/progmodes/flymake-proc.el | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | ;;; Bugs/todo: | 37 | ;;; Bugs/todo: |
| 38 | 38 | ||
| 39 | ;; - Only uses "Makefile", not "makefile" or "GNUmakefile" | 39 | ;; - Only uses "Makefile", not "makefile" or "GNUmakefile" |
| 40 | ;; (from http://bugs.debian.org/337339). | 40 | ;; (from https://bugs.debian.org/337339). |
| 41 | 41 | ||
| 42 | ;;; Code: | 42 | ;;; Code: |
| 43 | 43 | ||
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 086f0b6a085..79df97080df 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| 11 | ;; Homepage: http://www.emacswiki.org/emacs/GDB-MI | 11 | ;; Homepage: https://www.emacswiki.org/emacs/GDB-MI |
| 12 | 12 | ||
| 13 | ;; GNU Emacs is free software: you can redistribute it and/or modify | 13 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
| 14 | ;; it under the terms of the GNU General Public License as published by | 14 | ;; it under the terms of the GNU General Public License as published by |
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 84c473ddb7e..81021bc64f4 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el | |||
| @@ -1845,7 +1845,7 @@ and source-file directory for your debugger." | |||
| 1845 | ;; JDB command will get out of the debugger. There is some truly | 1845 | ;; JDB command will get out of the debugger. There is some truly |
| 1846 | ;; pathetic JDB documentation available at: | 1846 | ;; pathetic JDB documentation available at: |
| 1847 | ;; | 1847 | ;; |
| 1848 | ;; http://java.sun.com/products/jdk/1.1/debugging/ | 1848 | ;; https://java.sun.com/products/jdk/1.1/debugging/ |
| 1849 | ;; | 1849 | ;; |
| 1850 | ;; KNOWN PROBLEMS AND FIXME's: | 1850 | ;; KNOWN PROBLEMS AND FIXME's: |
| 1851 | ;; | 1851 | ;; |
diff --git a/lisp/progmodes/idlw-complete-structtag.el b/lisp/progmodes/idlw-complete-structtag.el index b0542a99da8..3bc3971f5ee 100644 --- a/lisp/progmodes/idlw-complete-structtag.el +++ b/lisp/progmodes/idlw-complete-structtag.el | |||
| @@ -49,7 +49,7 @@ | |||
| 49 | ;; | 49 | ;; |
| 50 | ;; New versions of IDLWAVE, documentation, and more information available | 50 | ;; New versions of IDLWAVE, documentation, and more information available |
| 51 | ;; from: | 51 | ;; from: |
| 52 | ;; http://github.com/jdtsmith/idlwave | 52 | ;; https://github.com/jdtsmith/idlwave |
| 53 | ;; | 53 | ;; |
| 54 | ;; INSTALLATION | 54 | ;; INSTALLATION |
| 55 | ;; ============ | 55 | ;; ============ |
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index ec4fd58886a..2d4ea465c42 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | ;; along with new versions of IDLWAVE, documentation, and more | 32 | ;; along with new versions of IDLWAVE, documentation, and more |
| 33 | ;; information, at: | 33 | ;; information, at: |
| 34 | ;; | 34 | ;; |
| 35 | ;; http://github.com/jdtsmith/idlwave | 35 | ;; https://github.com/jdtsmith/idlwave |
| 36 | ;; | 36 | ;; |
| 37 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 37 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 38 | 38 | ||
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index 99ac0877c8b..38127fccbc3 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el | |||
| @@ -40,7 +40,7 @@ | |||
| 40 | ;; | 40 | ;; |
| 41 | ;; New versions of IDLWAVE, documentation, and more information | 41 | ;; New versions of IDLWAVE, documentation, and more information |
| 42 | ;; available from: | 42 | ;; available from: |
| 43 | ;; http://github.com/jdtsmith/idlwave | 43 | ;; https://github.com/jdtsmith/idlwave |
| 44 | ;; | 44 | ;; |
| 45 | ;; INSTALLATION: | 45 | ;; INSTALLATION: |
| 46 | ;; ============= | 46 | ;; ============= |
| @@ -58,7 +58,7 @@ | |||
| 58 | ;; The newest version of this file can be found on the maintainers | 58 | ;; The newest version of this file can be found on the maintainers |
| 59 | ;; web site. | 59 | ;; web site. |
| 60 | ;; | 60 | ;; |
| 61 | ;; http://github.com/jdtsmith/idlwave | 61 | ;; https://github.com/jdtsmith/idlwave |
| 62 | ;; | 62 | ;; |
| 63 | ;; DOCUMENTATION | 63 | ;; DOCUMENTATION |
| 64 | ;; ============= | 64 | ;; ============= |
| @@ -896,7 +896,7 @@ IDL has currently stepped.") | |||
| 896 | Info documentation for this package is available. Use \\[idlwave-info] | 896 | Info documentation for this package is available. Use \\[idlwave-info] |
| 897 | to display (complain to your sysadmin if that does not work). | 897 | to display (complain to your sysadmin if that does not work). |
| 898 | For PostScript and HTML versions of the documentation, check IDLWAVE's | 898 | For PostScript and HTML versions of the documentation, check IDLWAVE's |
| 899 | homepage at URL `http://github.com/jdtsmith/idlwave'. | 899 | homepage at URL `https://github.com/jdtsmith/idlwave'. |
| 900 | IDLWAVE has customize support - see the group `idlwave'. | 900 | IDLWAVE has customize support - see the group `idlwave'. |
| 901 | 901 | ||
| 902 | 8. Keybindings | 902 | 8. Keybindings |
diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el index 23c129c1afc..1866e50d680 100644 --- a/lisp/progmodes/idlw-toolbar.el +++ b/lisp/progmodes/idlw-toolbar.el | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | 29 | ||
| 30 | ;; New versions of IDLWAVE, documentation, and more information | 30 | ;; New versions of IDLWAVE, documentation, and more information |
| 31 | ;; available from: | 31 | ;; available from: |
| 32 | ;; http://github.com/jdtsmith/idlwave | 32 | ;; https://github.com/jdtsmith/idlwave |
| 33 | 33 | ||
| 34 | 34 | ||
| 35 | ;;; Code: | 35 | ;;; Code: |
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 121f5d63044..86f9f336723 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | ;; | 44 | ;; |
| 45 | ;; New versions of IDLWAVE, documentation, and more information | 45 | ;; New versions of IDLWAVE, documentation, and more information |
| 46 | ;; available from: | 46 | ;; available from: |
| 47 | ;; http://github.com/jdtsmith/idlwave | 47 | ;; https://github.com/jdtsmith/idlwave |
| 48 | ;; | 48 | ;; |
| 49 | ;; INSTALLATION | 49 | ;; INSTALLATION |
| 50 | ;; ============ | 50 | ;; ============ |
| @@ -64,7 +64,7 @@ | |||
| 64 | ;; The newest version of this file is available from the maintainer's | 64 | ;; The newest version of this file is available from the maintainer's |
| 65 | ;; Webpage: | 65 | ;; Webpage: |
| 66 | ;; | 66 | ;; |
| 67 | ;; http://github.com/jdtsmith/idlwave | 67 | ;; https://github.com/jdtsmith/idlwave |
| 68 | ;; | 68 | ;; |
| 69 | ;; DOCUMENTATION | 69 | ;; DOCUMENTATION |
| 70 | ;; ============= | 70 | ;; ============= |
| @@ -164,7 +164,7 @@ | |||
| 164 | "Major mode for editing IDL .pro files." | 164 | "Major mode for editing IDL .pro files." |
| 165 | :tag "IDLWAVE" | 165 | :tag "IDLWAVE" |
| 166 | :link '(url-link :tag "Home Page" | 166 | :link '(url-link :tag "Home Page" |
| 167 | "http://github.com/jdtsmith/idlwave") | 167 | "https://github.com/jdtsmith/idlwave") |
| 168 | :link '(emacs-commentary-link :tag "Commentary in idlw-shell.el" | 168 | :link '(emacs-commentary-link :tag "Commentary in idlw-shell.el" |
| 169 | "idlw-shell.el") | 169 | "idlw-shell.el") |
| 170 | :link '(emacs-commentary-link :tag "Commentary in idlwave.el" "idlwave.el") | 170 | :link '(emacs-commentary-link :tag "Commentary in idlwave.el" "idlwave.el") |
| @@ -1846,7 +1846,7 @@ The main features of this mode are | |||
| 1846 | \\[idlwave-info] to display (complain to your sysadmin if that does | 1846 | \\[idlwave-info] to display (complain to your sysadmin if that does |
| 1847 | not work). For Postscript, PDF, and HTML versions of the | 1847 | not work). For Postscript, PDF, and HTML versions of the |
| 1848 | documentation, check IDLWAVE's homepage at URL | 1848 | documentation, check IDLWAVE's homepage at URL |
| 1849 | `http://github.com/jdtsmith/idlwave'. | 1849 | `https://github.com/jdtsmith/idlwave'. |
| 1850 | IDLWAVE has customize support - see the group `idlwave'. | 1850 | IDLWAVE has customize support - see the group `idlwave'. |
| 1851 | 1851 | ||
| 1852 | 10.Keybindings | 1852 | 10.Keybindings |
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index a11634bc9f0..14f00597bfc 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Authors: Yukihiro Matsumoto | 5 | ;; Authors: Yukihiro Matsumoto |
| 6 | ;; Nobuyoshi Nakada | 6 | ;; Nobuyoshi Nakada |
| 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki/RubyMode | 7 | ;; URL: https://www.emacswiki.org/cgi-bin/wiki/RubyMode |
| 8 | ;; Created: Fri Feb 4 14:49:13 JST 1994 | 8 | ;; Created: Fri Feb 4 14:49:13 JST 1994 |
| 9 | ;; Keywords: languages ruby | 9 | ;; Keywords: languages ruby |
| 10 | ;; Version: 1.2 | 10 | ;; Version: 1.2 |
diff --git a/lisp/ps-def.el b/lisp/ps-def.el index 65e8011f771..571e1a68c5e 100644 --- a/lisp/ps-def.el +++ b/lisp/ps-def.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Kenichi Handa <handa@gnu.org> (multi-byte characters) | 6 | ;; Kenichi Handa <handa@gnu.org> (multi-byte characters) |
| 7 | ;; Keywords: wp, print, PostScript | 7 | ;; Keywords: wp, print, PostScript |
| 8 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 8 | ;; X-URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
| 9 | ;; Package: ps-print | 9 | ;; Package: ps-print |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 67ee4d24390..26029a16d7c 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 9 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 10 | ;; Keywords: wp, print, PostScript | 10 | ;; Keywords: wp, print, PostScript |
| 11 | ;; Version: 7.3.5 | 11 | ;; Version: 7.3.5 |
| 12 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 12 | ;; X-URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
| 13 | 13 | ||
| 14 | (eval-when-compile (require 'cl-lib)) | 14 | (eval-when-compile (require 'cl-lib)) |
| 15 | 15 | ||
diff --git a/lisp/ps-samp.el b/lisp/ps-samp.el index 7c688d53fa9..9489f4f9118 100644 --- a/lisp/ps-samp.el +++ b/lisp/ps-samp.el | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | ;; Kenichi Handa <handa@gnu.org> (multi-byte characters) | 8 | ;; Kenichi Handa <handa@gnu.org> (multi-byte characters) |
| 9 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 9 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 10 | ;; Keywords: wp, print, PostScript | 10 | ;; Keywords: wp, print, PostScript |
| 11 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 11 | ;; X-URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
| 12 | ;; Package: ps-print | 12 | ;; Package: ps-print |
| 13 | 13 | ||
| 14 | ;; This file is part of GNU Emacs. | 14 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/subr.el b/lisp/subr.el index 2dc23a479ec..23e4dcfa7ed 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -3251,7 +3251,7 @@ See Info node `(elisp)Security Considerations'." | |||
| 3251 | 3251 | ||
| 3252 | ;; First, quote argument so that CommandLineToArgvW will | 3252 | ;; First, quote argument so that CommandLineToArgvW will |
| 3253 | ;; understand it. See | 3253 | ;; understand it. See |
| 3254 | ;; http://msdn.microsoft.com/en-us/library/17w5ykft%28v=vs.85%29.aspx | 3254 | ;; https://msdn.microsoft.com/en-us/library/17w5ykft%28v=vs.85%29.aspx |
| 3255 | ;; After we perform that level of quoting, escape shell | 3255 | ;; After we perform that level of quoting, escape shell |
| 3256 | ;; metacharacters so that cmd won't mangle our argument. If the | 3256 | ;; metacharacters so that cmd won't mangle our argument. If the |
| 3257 | ;; argument contains no double quote characters, we can just | 3257 | ;; argument contains no double quote characters, we can just |
diff --git a/lisp/tempo.el b/lisp/tempo.el index c2280dedc88..a720ff79016 100644 --- a/lisp/tempo.el +++ b/lisp/tempo.el | |||
| @@ -75,7 +75,7 @@ | |||
| 75 | ;; ftp.lysator.liu.se in the directory /pub/emacs | 75 | ;; ftp.lysator.liu.se in the directory /pub/emacs |
| 76 | 76 | ||
| 77 | ;; There is also a WWW page at | 77 | ;; There is also a WWW page at |
| 78 | ;; http://www.lysator.liu.se/~davidk/elisp/ which has some information | 78 | ;; https://www.lysator.liu.se/~davidk/elisp/ which has some information |
| 79 | 79 | ||
| 80 | ;;; Known bugs: | 80 | ;;; Known bugs: |
| 81 | 81 | ||
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index 5e22c0f6afe..c54481a5327 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el | |||
| @@ -400,9 +400,9 @@ If TABLE is nil or omitted, `standard-display-table' is used." | |||
| 400 | ;; The following alist was compiled from: | 400 | ;; The following alist was compiled from: |
| 401 | ;; | 401 | ;; |
| 402 | ;; Ralf Brown's Interrupt List. file INTERRUP.F, D-2138, Table 01400 | 402 | ;; Ralf Brown's Interrupt List. file INTERRUP.F, D-2138, Table 01400 |
| 403 | ;; http://www.ethnologue.com/country_index.asp (official languages) | 403 | ;; https://www.ethnologue.com/country_index.asp (official languages) |
| 404 | ;; http://unicode.org/onlinedat/languages.html | 404 | ;; https://unicode.org/onlinedat/languages.html |
| 405 | ;; http://unicode.org/onlinedat/countries.html | 405 | ;; https://unicode.org/onlinedat/countries.html |
| 406 | ;; | 406 | ;; |
| 407 | ;; Only the official languages listed for each country. | 407 | ;; Only the official languages listed for each country. |
| 408 | ;; | 408 | ;; |
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index 03edd4703ea..0d1eeed5611 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -100,7 +100,7 @@ | |||
| 100 | "Identifiers for types of media.") | 100 | "Identifiers for types of media.") |
| 101 | 101 | ||
| 102 | (defconst css-property-alist | 102 | (defconst css-property-alist |
| 103 | ;; CSS 2.1 properties (http://www.w3.org/TR/CSS21/propidx.html). | 103 | ;; CSS 2.1 properties (https://www.w3.org/TR/CSS21/propidx.html). |
| 104 | ;; | 104 | ;; |
| 105 | ;; Properties duplicated by any of the CSS3 modules below have been | 105 | ;; Properties duplicated by any of the CSS3 modules below have been |
| 106 | ;; removed. | 106 | ;; removed. |
| @@ -190,7 +190,7 @@ | |||
| 190 | ("z-index" "auto" integer) | 190 | ("z-index" "auto" integer) |
| 191 | 191 | ||
| 192 | ;; CSS Animations | 192 | ;; CSS Animations |
| 193 | ;; (http://www.w3.org/TR/css3-animations/#property-index) | 193 | ;; (https://www.w3.org/TR/css3-animations/#property-index) |
| 194 | ("animation" single-animation-name time single-timing-function | 194 | ("animation" single-animation-name time single-timing-function |
| 195 | single-animation-iteration-count single-animation-direction | 195 | single-animation-iteration-count single-animation-direction |
| 196 | single-animation-fill-mode single-animation-play-state) | 196 | single-animation-fill-mode single-animation-play-state) |
| @@ -204,7 +204,7 @@ | |||
| 204 | ("animation-timing-function" single-timing-function) | 204 | ("animation-timing-function" single-timing-function) |
| 205 | 205 | ||
| 206 | ;; CSS Backgrounds and Borders Module Level 3 | 206 | ;; CSS Backgrounds and Borders Module Level 3 |
| 207 | ;; (http://www.w3.org/TR/css3-background/#property-index) | 207 | ;; (https://www.w3.org/TR/css3-background/#property-index) |
| 208 | ("background" bg-layer final-bg-layer) | 208 | ("background" bg-layer final-bg-layer) |
| 209 | ("background-attachment" attachment) | 209 | ("background-attachment" attachment) |
| 210 | ("background-clip" box) | 210 | ("background-clip" box) |
| @@ -249,7 +249,7 @@ | |||
| 249 | ("box-shadow" "none" shadow) | 249 | ("box-shadow" "none" shadow) |
| 250 | 250 | ||
| 251 | ;; CSS Basic User Interface Module Level 3 (CSS3 UI) | 251 | ;; CSS Basic User Interface Module Level 3 (CSS3 UI) |
| 252 | ;; (http://www.w3.org/TR/css3-ui/#property-index) | 252 | ;; (https://www.w3.org/TR/css3-ui/#property-index) |
| 253 | ("box-sizing" "content-box" "border-box") | 253 | ("box-sizing" "content-box" "border-box") |
| 254 | ("caret-color" "auto" color) | 254 | ("caret-color" "auto" color) |
| 255 | ("cursor" uri x y "auto" "default" "none" "context-menu" "help" | 255 | ("cursor" uri x y "auto" "default" "none" "context-menu" "help" |
| @@ -272,7 +272,7 @@ | |||
| 272 | ("text-overflow" "clip" "ellipsis" string) | 272 | ("text-overflow" "clip" "ellipsis" string) |
| 273 | 273 | ||
| 274 | ;; CSS Color Module Level 3 | 274 | ;; CSS Color Module Level 3 |
| 275 | ;; (http://www.w3.org/TR/css3-color/#property) | 275 | ;; (https://www.w3.org/TR/css3-color/#property) |
| 276 | ("color" color) | 276 | ("color" color) |
| 277 | ("opacity" alphavalue) | 277 | ("opacity" alphavalue) |
| 278 | 278 | ||
| @@ -304,7 +304,7 @@ | |||
| 304 | ("grid-template-rows" "none" track-list auto-track-list) | 304 | ("grid-template-rows" "none" track-list auto-track-list) |
| 305 | 305 | ||
| 306 | ;; CSS Flexible Box Layout Module Level 1 | 306 | ;; CSS Flexible Box Layout Module Level 1 |
| 307 | ;; (http://www.w3.org/TR/css-flexbox-1/#property-index) | 307 | ;; (https://www.w3.org/TR/css-flexbox-1/#property-index) |
| 308 | ("align-content" "flex-start" "flex-end" "center" "space-between" | 308 | ("align-content" "flex-start" "flex-end" "center" "space-between" |
| 309 | "space-around" "stretch") | 309 | "space-around" "stretch") |
| 310 | ("align-items" "flex-start" "flex-end" "center" "baseline" | 310 | ("align-items" "flex-start" "flex-end" "center" "baseline" |
| @@ -323,7 +323,7 @@ | |||
| 323 | ("order" integer) | 323 | ("order" integer) |
| 324 | 324 | ||
| 325 | ;; CSS Fonts Module Level 3 | 325 | ;; CSS Fonts Module Level 3 |
| 326 | ;; (http://www.w3.org/TR/css3-fonts/#property-index) | 326 | ;; (https://www.w3.org/TR/css3-fonts/#property-index) |
| 327 | ("font" font-style font-variant-css21 font-weight font-stretch | 327 | ("font" font-style font-variant-css21 font-weight font-stretch |
| 328 | font-size line-height font-family "caption" "icon" "menu" | 328 | font-size line-height font-family "caption" "icon" "menu" |
| 329 | "message-box" "small-caption" "status-bar") | 329 | "message-box" "small-caption" "status-bar") |
| @@ -419,7 +419,7 @@ | |||
| 419 | ("columns" column-width column-count) | 419 | ("columns" column-width column-count) |
| 420 | 420 | ||
| 421 | ;; CSS Overflow Module Level 3 | 421 | ;; CSS Overflow Module Level 3 |
| 422 | ;; (http://www.w3.org/TR/css-overflow-3/#property-index) | 422 | ;; (https://www.w3.org/TR/css-overflow-3/#property-index) |
| 423 | ("max-lines" "none" integer) | 423 | ("max-lines" "none" integer) |
| 424 | ("overflow" "visible" "hidden" "scroll" "auto" "paged-x" "paged-y" | 424 | ("overflow" "visible" "hidden" "scroll" "auto" "paged-x" "paged-y" |
| 425 | "paged-x-controls" "paged-y-controls" "fragments") | 425 | "paged-x-controls" "paged-y-controls" "fragments") |
| @@ -448,7 +448,7 @@ | |||
| 448 | ("text-underline-position" "auto" "under" "left" "right") | 448 | ("text-underline-position" "auto" "under" "left" "right") |
| 449 | 449 | ||
| 450 | ;; CSS Text Module Level 3 | 450 | ;; CSS Text Module Level 3 |
| 451 | ;; (http://www.w3.org/TR/css3-text/#property-index) | 451 | ;; (https://www.w3.org/TR/css3-text/#property-index) |
| 452 | ("hanging-punctuation" "none" "first" "force-end" "allow-end" | 452 | ("hanging-punctuation" "none" "first" "force-end" "allow-end" |
| 453 | "last") | 453 | "last") |
| 454 | ("hyphens" "none" "manual" "auto") | 454 | ("hyphens" "none" "manual" "auto") |
| @@ -470,7 +470,7 @@ | |||
| 470 | ("word-wrap" "normal" "break-word") | 470 | ("word-wrap" "normal" "break-word") |
| 471 | 471 | ||
| 472 | ;; CSS Transforms Module Level 1 | 472 | ;; CSS Transforms Module Level 1 |
| 473 | ;; (http://www.w3.org/TR/css3-2d-transforms/#property-index) | 473 | ;; (https://www.w3.org/TR/css3-2d-transforms/#property-index) |
| 474 | ("backface-visibility" "visible" "hidden") | 474 | ("backface-visibility" "visible" "hidden") |
| 475 | ("perspective" "none" length) | 475 | ("perspective" "none" length) |
| 476 | ("perspective-origin" "left" "center" "right" "top" "bottom" | 476 | ("perspective-origin" "left" "center" "right" "top" "bottom" |
| @@ -481,7 +481,7 @@ | |||
| 481 | ("transform-style" "flat" "preserve-3d") | 481 | ("transform-style" "flat" "preserve-3d") |
| 482 | 482 | ||
| 483 | ;; CSS Transitions | 483 | ;; CSS Transitions |
| 484 | ;; (http://www.w3.org/TR/css3-transitions/#property-index) | 484 | ;; (https://www.w3.org/TR/css3-transitions/#property-index) |
| 485 | ("transition" single-transition) | 485 | ("transition" single-transition) |
| 486 | ("transition-delay" time) | 486 | ("transition-delay" time) |
| 487 | ("transition-duration" time) | 487 | ("transition-duration" time) |
| @@ -503,7 +503,7 @@ | |||
| 503 | ("writing-mode" "horizontal-tb" "vertical-rl" "vertical-lr") | 503 | ("writing-mode" "horizontal-tb" "vertical-rl" "vertical-lr") |
| 504 | 504 | ||
| 505 | ;; Filter Effects Module Level 1 | 505 | ;; Filter Effects Module Level 1 |
| 506 | ;; (http://www.w3.org/TR/filter-effects/#property-index) | 506 | ;; (https://www.w3.org/TR/filter-effects/#property-index) |
| 507 | ("color-interpolation-filters" "auto" "sRGB" "linearRGB") | 507 | ("color-interpolation-filters" "auto" "sRGB" "linearRGB") |
| 508 | ("filter" "none" filter-function-list) | 508 | ("filter" "none" filter-function-list) |
| 509 | ("flood-color" color) | 509 | ("flood-color" color) |
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 936edf17ac1..25aa58046f4 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -2929,7 +2929,7 @@ buffer, and leaves the previous contents of the buffer untouched. | |||
| 2929 | References used for this implementation: | 2929 | References used for this implementation: |
| 2930 | 2930 | ||
| 2931 | HTML: | 2931 | HTML: |
| 2932 | URL `http://www.w3.org' | 2932 | URL `https://www.w3.org' |
| 2933 | 2933 | ||
| 2934 | LaTeX: | 2934 | LaTeX: |
| 2935 | URL `http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html' | 2935 | URL `http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html' |
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 3c2d766ffb1..558a3fd7368 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el | |||
| @@ -278,7 +278,7 @@ If nil, construct the regexp from `thing-at-point-uri-schemes'.") | |||
| 278 | "Regexp matching a URI without a scheme component.") | 278 | "Regexp matching a URI without a scheme component.") |
| 279 | 279 | ||
| 280 | (defvar thing-at-point-uri-schemes | 280 | (defvar thing-at-point-uri-schemes |
| 281 | ;; Officials from http://www.iana.org/assignments/uri-schemes.html | 281 | ;; Officials from https://www.iana.org/assignments/uri-schemes.html |
| 282 | '("aaa://" "about:" "acap://" "apt:" "bzr://" "bzr+ssh://" | 282 | '("aaa://" "about:" "acap://" "apt:" "bzr://" "bzr+ssh://" |
| 283 | "attachment:/" "chrome://" "cid:" "content://" "crid://" "cvs://" | 283 | "attachment:/" "chrome://" "cid:" "content://" "crid://" "cvs://" |
| 284 | "data:" "dav:" "dict://" "doi:" "dns:" "dtn:" "feed:" "file:/" | 284 | "data:" "dav:" "dict://" "doi:" "dns:" "dtn:" "feed:" "file:/" |
diff --git a/lisp/thumbs.el b/lisp/thumbs.el index dd259ec1ff6..3aa7ff0836b 100644 --- a/lisp/thumbs.el +++ b/lisp/thumbs.el | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | ;; your images, use image-dired.el | 30 | ;; your images, use image-dired.el |
| 31 | ;; | 31 | ;; |
| 32 | ;; The 'convert' program from 'ImageMagick' | 32 | ;; The 'convert' program from 'ImageMagick' |
| 33 | ;; [URL:http://www.imagemagick.org/] is required. | 33 | ;; [URL:https://www.imagemagick.org/] is required. |
| 34 | ;; | 34 | ;; |
| 35 | ;; Thanks: Alex Schroeder <alex@gnu.org> for maintaining the package at some | 35 | ;; Thanks: Alex Schroeder <alex@gnu.org> for maintaining the package at some |
| 36 | ;; time. The peoples at #emacs@freenode.net for numerous help. RMS | 36 | ;; time. The peoples at #emacs@freenode.net for numerous help. RMS |
diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el index f2044617b94..8f39b5ae010 100644 --- a/lisp/url/url-auth.el +++ b/lisp/url/url-auth.el | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | ;;; ------------------------ | 39 | ;;; ------------------------ |
| 40 | ;;; This implements the BASIC authorization type. See the online | 40 | ;;; This implements the BASIC authorization type. See the online |
| 41 | ;;; documentation at | 41 | ;;; documentation at |
| 42 | ;;; http://www.w3.org/hypertext/WWW/AccessAuthorization/Basic.html | 42 | ;;; https://www.w3.org/hypertext/WWW/AccessAuthorization/Basic.html |
| 43 | ;;; for the complete documentation on this type. | 43 | ;;; for the complete documentation on this type. |
| 44 | ;;; | 44 | ;;; |
| 45 | ;;; This is very insecure, but it works as a proof-of-concept | 45 | ;;; This is very insecure, but it works as a proof-of-concept |
diff --git a/lisp/url/url-irc.el b/lisp/url/url-irc.el index 03a3b37f398..9647df1c13c 100644 --- a/lisp/url/url-irc.el +++ b/lisp/url/url-irc.el | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | ;;; Commentary: | 22 | ;;; Commentary: |
| 23 | 23 | ||
| 24 | ;; IRC URLs are defined in | 24 | ;; IRC URLs are defined in |
| 25 | ;; http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt | 25 | ;; https://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt |
| 26 | 26 | ||
| 27 | ;;; Code: | 27 | ;;; Code: |
| 28 | 28 | ||
diff --git a/lisp/url/url.el b/lisp/url/url.el index 321e79c019f..33a5ebcdccc 100644 --- a/lisp/url/url.el +++ b/lisp/url/url.el | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | 24 | ||
| 25 | ;;; Commentary: | 25 | ;;; Commentary: |
| 26 | 26 | ||
| 27 | ;; Registered URI schemes: http://www.iana.org/assignments/uri-schemes | 27 | ;; Registered URI schemes: https://www.iana.org/assignments/uri-schemes |
| 28 | 28 | ||
| 29 | ;;; Code: | 29 | ;;; Code: |
| 30 | 30 | ||
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 2e05d93bf59..669057811a5 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Keywords: data, wp | 6 | ;; Keywords: data, wp |
| 7 | ;; Version: 13.2.2 | 7 | ;; Version: 13.2.2 |
| 8 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 8 | ;; X-URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
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." | |||
| 655 | (setq name (xml-maybe-do-ns (match-string-no-properties 1) nil xml-ns)) | 655 | (setq name (xml-maybe-do-ns (match-string-no-properties 1) nil xml-ns)) |
| 656 | (goto-char end-pos) | 656 | (goto-char end-pos) |
| 657 | 657 | ||
| 658 | ;; See also: http://www.w3.org/TR/2000/REC-xml-20001006#AVNormalize | 658 | ;; See also: https://www.w3.org/TR/2000/REC-xml-20001006#AVNormalize |
| 659 | 659 | ||
| 660 | ;; Do we have a string between quotes (or double-quotes), | 660 | ;; Do we have a string between quotes (or double-quotes), |
| 661 | ;; or a simple word ? | 661 | ;; or a simple word ? |