diff options
| author | Paul Eggert | 2017-09-29 17:44:23 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-09-29 17:48:22 -0700 |
| commit | cbc832448878f7bc7b226243abb8d8b1ae68a937 (patch) | |
| tree | 6613378d69f12e31eac1b0f2ab51a984ce4bae75 /lib-src | |
| parent | bbda601d1d4e125c9d3c374b56eee3e2e9623f1d (diff) | |
| download | emacs-cbc832448878f7bc7b226243abb8d8b1ae68a937.tar.gz emacs-cbc832448878f7bc7b226243abb8d8b1ae68a937.zip | |
Prefer HTTPS to HTTP for gnu.org
This catches some URLs I missed in my previous scan,
or perhaps were added after the scan.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | lib-src/ntlib.c | 2 | ||||
| -rw-r--r-- | lib-src/ntlib.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1 index a9783e9f60b..417e57f3bb8 100644 --- a/lib-src/ChangeLog.1 +++ b/lib-src/ChangeLog.1 | |||
| @@ -8624,4 +8624,4 @@ | |||
| 8624 | GNU General Public License for more details. | 8624 | GNU General Public License for more details. |
| 8625 | 8625 | ||
| 8626 | You should have received a copy of the GNU General Public License | 8626 | You should have received a copy of the GNU General Public License |
| 8627 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 8627 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c index 9908f0fa452..3754f914e33 100644 --- a/lib-src/ntlib.c +++ b/lib-src/ntlib.c | |||
| @@ -18,7 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 18 | GNU General Public License for more details. | 18 | GNU General Public License for more details. |
| 19 | 19 | ||
| 20 | You should have received a copy of the GNU General Public License | 20 | You should have received a copy of the GNU General Public License |
| 21 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 21 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 22 | 22 | ||
| 23 | #include <windows.h> | 23 | #include <windows.h> |
| 24 | #include <stdlib.h> | 24 | #include <stdlib.h> |
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index b69a40b4f03..f7ee305e861 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <pwd.h> | 19 | #include <pwd.h> |
| 20 | #include <malloc.h> | 20 | #include <malloc.h> |