diff options
| author | Eli Zaretskii | 2023-01-01 05:47:47 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2023-01-01 05:47:47 -0500 |
| commit | 3c55fbd4adfcf5d0d0ee8fdbbd6f012fa951f0b2 (patch) | |
| tree | bc5715fea2ff0ae8830afdee165dcaa22344f159 /lisp/url | |
| parent | df192b5153f9d0c9b371f28f6460a038cba8a987 (diff) | |
| parent | cae528457cb862dc886a34240c9d4c73035b6659 (diff) | |
| download | emacs-3c55fbd4adfcf5d0d0ee8fdbbd6f012fa951f0b2.tar.gz emacs-3c55fbd4adfcf5d0d0ee8fdbbd6f012fa951f0b2.zip | |
Merge from origin/emacs-29
cae528457c ; Add 2023 to copyright years.
b394359261 Improve documentation of 'isearch-open-overlay-temporary'
ab3210e709 Document 'use-package' in the 2 main manuals
# Conflicts:
# etc/refcards/ru-refcard.tex
# lib/explicit_bzero.c
# m4/explicit_bzero.m4
Diffstat (limited to 'lisp/url')
31 files changed, 31 insertions, 31 deletions
diff --git a/lisp/url/ChangeLog.1 b/lisp/url/ChangeLog.1 index 1b5ddc1e768..4cd0a151446 100644 --- a/lisp/url/ChangeLog.1 +++ b/lisp/url/ChangeLog.1 | |||
| @@ -3068,7 +3068,7 @@ | |||
| 3068 | ;; coding: utf-8 | 3068 | ;; coding: utf-8 |
| 3069 | ;; End: | 3069 | ;; End: |
| 3070 | 3070 | ||
| 3071 | Copyright (C) 1999, 2001-2002, 2004-2022 Free Software Foundation, | 3071 | Copyright (C) 1999, 2001-2002, 2004-2023 Free Software Foundation, |
| 3072 | Inc. | 3072 | Inc. |
| 3073 | 3073 | ||
| 3074 | This file is part of GNU Emacs. | 3074 | This file is part of GNU Emacs. |
diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el index 53cefb46e4b..e9ee72029f3 100644 --- a/lisp/url/url-auth.el +++ b/lisp/url/url-auth.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-auth.el --- Uniform Resource Locator authorization modules -*- lexical-binding: t -*- | 1 | ;;; url-auth.el --- Uniform Resource Locator authorization modules -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
diff --git a/lisp/url/url-cache.el b/lisp/url/url-cache.el index db8c121cf00..51c52d701e9 100644 --- a/lisp/url/url-cache.el +++ b/lisp/url/url-cache.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-cache.el --- Uniform Resource Locator retrieval tool -*- lexical-binding: t; -*- | 1 | ;;; url-cache.el --- Uniform Resource Locator retrieval tool -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
diff --git a/lisp/url/url-cid.el b/lisp/url/url-cid.el index c580a47d480..a716b37abbe 100644 --- a/lisp/url/url-cid.el +++ b/lisp/url/url-cid.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-cid.el --- Content-ID URL loader -*- lexical-binding: t; -*- | 1 | ;;; url-cid.el --- Content-ID URL loader -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-cookie.el b/lisp/url/url-cookie.el index 0709cdd3fa1..22b36980c9e 100644 --- a/lisp/url/url-cookie.el +++ b/lisp/url/url-cookie.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-cookie.el --- URL cookie support -*- lexical-binding:t -*- | 1 | ;;; url-cookie.el --- URL cookie support -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
diff --git a/lisp/url/url-dav.el b/lisp/url/url-dav.el index f1086395005..7e7cd863f46 100644 --- a/lisp/url/url-dav.el +++ b/lisp/url/url-dav.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-dav.el --- WebDAV support -*- lexical-binding: t; -*- | 1 | ;;; url-dav.el --- WebDAV support -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/url/url-domsuf.el b/lisp/url/url-domsuf.el index 10de3683174..74d46f1c037 100644 --- a/lisp/url/url-domsuf.el +++ b/lisp/url/url-domsuf.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-domsuf.el --- Say what domain names can have cookies set. -*- lexical-binding:t -*- | 1 | ;;; url-domsuf.el --- Say what domain names can have cookies set. -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | 6 | ||
diff --git a/lisp/url/url-expand.el b/lisp/url/url-expand.el index 710986fd9ac..b3f29a7063d 100644 --- a/lisp/url/url-expand.el +++ b/lisp/url/url-expand.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-expand.el --- expand-file-name for URLs -*- lexical-binding: t -*- | 1 | ;;; url-expand.el --- expand-file-name for URLs -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-file.el b/lisp/url/url-file.el index 6258e999c1d..f63fce3e000 100644 --- a/lisp/url/url-file.el +++ b/lisp/url/url-file.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-file.el --- File retrieval code -*- lexical-binding:t -*- | 1 | ;;; url-file.el --- File retrieval code -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-ftp.el b/lisp/url/url-ftp.el index 92445cac3f2..c3ea4dce714 100644 --- a/lisp/url/url-ftp.el +++ b/lisp/url/url-ftp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-ftp.el --- FTP wrapper -*- lexical-binding: t -*- | 1 | ;;; url-ftp.el --- FTP wrapper -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-future.el b/lisp/url/url-future.el index 737eea32c6a..9b528835a7b 100644 --- a/lisp/url/url-future.el +++ b/lisp/url/url-future.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-future.el --- general futures facility for url.el -*- lexical-binding: t -*- | 1 | ;;; url-future.el --- general futures facility for url.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> | 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> |
| 6 | ;; Keywords: data | 6 | ;; Keywords: data |
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el index e4d1ca72a0d..b20e5073f74 100644 --- a/lisp/url/url-gw.el +++ b/lisp/url/url-gw.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-gw.el --- Gateway munging for URL loading -*- lexical-binding: t; -*- | 1 | ;;; url-gw.el --- Gateway munging for URL loading -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-1998, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-1998, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el index cb115fceb23..cb4c811185c 100644 --- a/lisp/url/url-handlers.el +++ b/lisp/url/url-handlers.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-handlers.el --- file-name-handler stuff for URL loading -*- lexical-binding:t -*- | 1 | ;;; url-handlers.el --- file-name-handler stuff for URL loading -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
diff --git a/lisp/url/url-history.el b/lisp/url/url-history.el index 058e601301b..0264f16366d 100644 --- a/lisp/url/url-history.el +++ b/lisp/url/url-history.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-history.el --- Global history tracking for URL package -*- lexical-binding:t -*- | 1 | ;;; url-history.el --- Global history tracking for URL package -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 94ef156108c..ada6341ee73 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-http.el --- HTTP retrieval routines -*- lexical-binding:t -*- | 1 | ;;; url-http.el --- HTTP retrieval routines -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2001, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/url/url-imap.el b/lisp/url/url-imap.el index 2bc8b2026d8..6fa34e6c791 100644 --- a/lisp/url/url-imap.el +++ b/lisp/url/url-imap.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-imap.el --- IMAP retrieval routines -*- lexical-binding: t; -*- | 1 | ;;; url-imap.el --- IMAP retrieval routines -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 5 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
diff --git a/lisp/url/url-irc.el b/lisp/url/url-irc.el index f97b6de6fe7..1463335d40f 100644 --- a/lisp/url/url-irc.el +++ b/lisp/url/url-irc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-irc.el --- IRC URL interface -*- lexical-binding: t -*- | 1 | ;;; url-irc.el --- IRC URL interface -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-ldap.el b/lisp/url/url-ldap.el index fabac30249b..f06ba1cd8de 100644 --- a/lisp/url/url-ldap.el +++ b/lisp/url/url-ldap.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-ldap.el --- LDAP Uniform Resource Locator retrieval code -*- lexical-binding: t; -*- | 1 | ;;; url-ldap.el --- LDAP Uniform Resource Locator retrieval code -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-mailto.el b/lisp/url/url-mailto.el index 4f75ce36208..24e64e99c9f 100644 --- a/lisp/url/url-mailto.el +++ b/lisp/url/url-mailto.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-mailto.el --- Mail Uniform Resource Locator retrieval code -*- lexical-binding: t; -*- | 1 | ;;; url-mailto.el --- Mail Uniform Resource Locator retrieval code -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-methods.el b/lisp/url/url-methods.el index 70c4fbb986a..9643e992044 100644 --- a/lisp/url/url-methods.el +++ b/lisp/url/url-methods.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-methods.el --- Load URL schemes as needed -*- lexical-binding: t; -*- | 1 | ;;; url-methods.el --- Load URL schemes as needed -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
diff --git a/lisp/url/url-misc.el b/lisp/url/url-misc.el index 0c1f79a0c59..3caaf49f58e 100644 --- a/lisp/url/url-misc.el +++ b/lisp/url/url-misc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-misc.el --- Misc Uniform Resource Locator retrieval code -*- lexical-binding: t; -*- | 1 | ;;; url-misc.el --- Misc Uniform Resource Locator retrieval code -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2002, 2004-2022 Free Software Foundation, | 3 | ;; Copyright (C) 1996-1999, 2002, 2004-2023 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
diff --git a/lisp/url/url-news.el b/lisp/url/url-news.el index 519f23df31c..592f34213ee 100644 --- a/lisp/url/url-news.el +++ b/lisp/url/url-news.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-news.el --- News Uniform Resource Locator retrieval code -*- lexical-binding: t; -*- | 1 | ;;; url-news.el --- News Uniform Resource Locator retrieval code -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-nfs.el b/lisp/url/url-nfs.el index 409b9d87bef..76f9b04076c 100644 --- a/lisp/url/url-nfs.el +++ b/lisp/url/url-nfs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-nfs.el --- NFS URL interface -*- lexical-binding: t; -*- | 1 | ;;; url-nfs.el --- NFS URL interface -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-parse.el b/lisp/url/url-parse.el index 91f47d0325d..cd0e155e954 100644 --- a/lisp/url/url-parse.el +++ b/lisp/url/url-parse.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-parse.el --- Uniform Resource Locator parser -*- lexical-binding: t -*- | 1 | ;;; url-parse.el --- Uniform Resource Locator parser -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-privacy.el b/lisp/url/url-privacy.el index 36ccbe2adc1..2be77b33035 100644 --- a/lisp/url/url-privacy.el +++ b/lisp/url/url-privacy.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-privacy.el --- Global history tracking for URL package -*- lexical-binding: t; -*- | 1 | ;;; url-privacy.el --- Global history tracking for URL package -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
diff --git a/lisp/url/url-proxy.el b/lisp/url/url-proxy.el index c72e459a4ec..0c330069789 100644 --- a/lisp/url/url-proxy.el +++ b/lisp/url/url-proxy.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-proxy.el --- Proxy server support -*- lexical-binding: t; -*- | 1 | ;;; url-proxy.el --- Proxy server support -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2004-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2004-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
diff --git a/lisp/url/url-queue.el b/lisp/url/url-queue.el index cf45a7f681a..f89f38bf965 100644 --- a/lisp/url/url-queue.el +++ b/lisp/url/url-queue.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-queue.el --- Fetching web pages in parallel -*- lexical-binding: t -*- | 1 | ;;; url-queue.el --- Fetching web pages in parallel -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: comm | 6 | ;; Keywords: comm |
diff --git a/lisp/url/url-tramp.el b/lisp/url/url-tramp.el index c414a025a14..172e0de6ab0 100644 --- a/lisp/url/url-tramp.el +++ b/lisp/url/url-tramp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-tramp.el --- file-name-handler magic invoking Tramp for some protocols -*- lexical-binding: t; -*- | 1 | ;;; url-tramp.el --- file-name-handler magic invoking Tramp for some protocols -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | ;; Keywords: comm, data, processes, hypermedia | 6 | ;; Keywords: comm, data, processes, hypermedia |
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el index 95c0fe14f3b..a7cb8364b5f 100644 --- a/lisp/url/url-util.el +++ b/lisp/url/url-util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-util.el --- Miscellaneous helper routines for URL library -*- lexical-binding: t -*- | 1 | ;;; url-util.el --- Miscellaneous helper routines for URL library -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index 4cdca055543..7e2290217d0 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-vars.el --- Variables for Uniform Resource Locator tool -*- lexical-binding:t -*- | 1 | ;;; url-vars.el --- Variables for Uniform Resource Locator tool -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
diff --git a/lisp/url/url.el b/lisp/url/url.el index 92057742ca7..09e555a7b15 100644 --- a/lisp/url/url.el +++ b/lisp/url/url.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url.el --- Uniform Resource Locator retrieval tool -*- lexical-binding: t -*- | 1 | ;;; url.el --- Uniform Resource Locator retrieval tool -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2001, 2004-2022 Free Software Foundation, | 3 | ;; Copyright (C) 1996-1999, 2001, 2004-2023 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Perry <wmperry@gnu.org> | 6 | ;; Author: Bill Perry <wmperry@gnu.org> |