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 /test/lisp/net | |
| 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 'test/lisp/net')
| -rw-r--r-- | test/lisp/net/browse-url-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/dbus-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/dig-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/eudc-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/gnutls-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/hmac-md5-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/mailcap-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/network-stream-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/newsticker-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/nsm-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/ntlm-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/puny-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/rcirc-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/rfc2104-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/sasl-cram-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/sasl-scram-rfc-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/sasl-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/secrets-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/shr-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/socks-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/tramp-archive-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/webjump-tests.el | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/test/lisp/net/browse-url-tests.el b/test/lisp/net/browse-url-tests.el index dc819768211..0fe2fa788b9 100644 --- a/test/lisp/net/browse-url-tests.el +++ b/test/lisp/net/browse-url-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; browse-url-tests.el --- Tests for browse-url.el -*- lexical-binding: t; -*- | 1 | ;;; browse-url-tests.el --- Tests for browse-url.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2020-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2020-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> | 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/net/dbus-tests.el b/test/lisp/net/dbus-tests.el index c808e6350ea..418ae61bb42 100644 --- a/test/lisp/net/dbus-tests.el +++ b/test/lisp/net/dbus-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dbus-tests.el --- Tests of D-Bus integration into Emacs -*- lexical-binding:t -*- | 1 | ;;; dbus-tests.el --- Tests of D-Bus integration into Emacs -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
diff --git a/test/lisp/net/dig-tests.el b/test/lisp/net/dig-tests.el index c3bdc43d3fd..b264fd40ae1 100644 --- a/test/lisp/net/dig-tests.el +++ b/test/lisp/net/dig-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dig-tests.el --- Tests for dig.el -*- lexical-binding:t -*- | 1 | ;;; dig-tests.el --- Tests for dig.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2020-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2020-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/test/lisp/net/eudc-tests.el b/test/lisp/net/eudc-tests.el index 0da51b7c36e..431d7c46231 100644 --- a/test/lisp/net/eudc-tests.el +++ b/test/lisp/net/eudc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; eudc-tests.el --- tests for eudc.el -*- lexical-binding: t -*- | 1 | ;;; eudc-tests.el --- tests for eudc.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2022-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/test/lisp/net/gnutls-tests.el b/test/lisp/net/gnutls-tests.el index f14ee20a302..cb911577385 100644 --- a/test/lisp/net/gnutls-tests.el +++ b/test/lisp/net/gnutls-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnutls-tests.el --- Test suite for gnutls.el -*- lexical-binding:t -*- | 1 | ;;; gnutls-tests.el --- Test suite for gnutls.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> | 5 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> |
| 6 | 6 | ||
diff --git a/test/lisp/net/hmac-md5-tests.el b/test/lisp/net/hmac-md5-tests.el index 09bbb8015e9..0caa6c46952 100644 --- a/test/lisp/net/hmac-md5-tests.el +++ b/test/lisp/net/hmac-md5-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; hmac-md5-tests.el --- Tests for hmac-md5.el -*- lexical-binding:t -*- | 1 | ;;; hmac-md5-tests.el --- Tests for hmac-md5.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2020-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2020-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/test/lisp/net/mailcap-tests.el b/test/lisp/net/mailcap-tests.el index 04462dbc8ba..e47ead98f42 100644 --- a/test/lisp/net/mailcap-tests.el +++ b/test/lisp/net/mailcap-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mailcap-tests.el --- tests for mailcap.el -*- lexical-binding: t -*- | 1 | ;;; mailcap-tests.el --- tests for mailcap.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mark Oteiza <mvoteiza@udel.edu> | 5 | ;; Author: Mark Oteiza <mvoteiza@udel.edu> |
| 6 | 6 | ||
diff --git a/test/lisp/net/network-stream-tests.el b/test/lisp/net/network-stream-tests.el index 1bdc35da195..0fd9549c305 100644 --- a/test/lisp/net/network-stream-tests.el +++ b/test/lisp/net/network-stream-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; network-stream-tests.el --- tests for network processes -*- lexical-binding: t; -*- | 1 | ;;; network-stream-tests.el --- tests for network processes -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Ingebrigtsen <larsi@gnus.org> |
| 6 | 6 | ||
diff --git a/test/lisp/net/newsticker-tests.el b/test/lisp/net/newsticker-tests.el index 2dc92566a61..3ed4b7b1dd5 100644 --- a/test/lisp/net/newsticker-tests.el +++ b/test/lisp/net/newsticker-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; newsticker-tests.el --- Test suite for newsticker. -*- lexical-binding:t -*- | 1 | ;;; newsticker-tests.el --- Test suite for newsticker. -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 6 | ;; Keywords: News, RSS, Atom | 6 | ;; Keywords: News, RSS, Atom |
diff --git a/test/lisp/net/nsm-tests.el b/test/lisp/net/nsm-tests.el index e0536320cc9..391015dae9a 100644 --- a/test/lisp/net/nsm-tests.el +++ b/test/lisp/net/nsm-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nsm-tests.el --- tests for network security manager -*- lexical-binding: t; -*- | 1 | ;;; nsm-tests.el --- tests for network security manager -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Robert Pluim <rpluim@gmail.com> | 5 | ;; Author: Robert Pluim <rpluim@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/net/ntlm-tests.el b/test/lisp/net/ntlm-tests.el index a02d97f19a8..625c5e902bb 100644 --- a/test/lisp/net/ntlm-tests.el +++ b/test/lisp/net/ntlm-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ntlm-tests.el --- tests for ntlm.el -*- lexical-binding: t -*- | 1 | ;;; ntlm-tests.el --- tests for ntlm.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2020-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2020-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/test/lisp/net/puny-tests.el b/test/lisp/net/puny-tests.el index 1b0cf56895e..48d03791853 100644 --- a/test/lisp/net/puny-tests.el +++ b/test/lisp/net/puny-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; puny-tests.el --- tests for net/puny.el -*- coding: utf-8; lexical-binding:t -*- | 1 | ;;; puny-tests.el --- tests for net/puny.el -*- coding: utf-8; lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/test/lisp/net/rcirc-tests.el b/test/lisp/net/rcirc-tests.el index 0ba4f2b86e5..0a49951b410 100644 --- a/test/lisp/net/rcirc-tests.el +++ b/test/lisp/net/rcirc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rcirc-tests.el --- Tests for rcirc -*- lexical-binding:t -*- | 1 | ;;; rcirc-tests.el --- Tests for rcirc -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | ;; | 6 | ;; |
diff --git a/test/lisp/net/rfc2104-tests.el b/test/lisp/net/rfc2104-tests.el index 9cce2aa4b35..713a08d6dde 100644 --- a/test/lisp/net/rfc2104-tests.el +++ b/test/lisp/net/rfc2104-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rfc2104-tests.el --- Tests of RFC2104 hashes -*- lexical-binding:t -*- | 1 | ;;; rfc2104-tests.el --- Tests of RFC2104 hashes -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Ingebrigtsen <larsi@gnus.org> |
| 6 | 6 | ||
diff --git a/test/lisp/net/sasl-cram-tests.el b/test/lisp/net/sasl-cram-tests.el index e8dbeca0908..be703685fc3 100644 --- a/test/lisp/net/sasl-cram-tests.el +++ b/test/lisp/net/sasl-cram-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sasl-cram-tests.el --- tests for sasl-cram.el -*- lexical-binding: t; -*- | 1 | ;;; sasl-cram-tests.el --- tests for sasl-cram.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2021-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2021-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> | 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/net/sasl-scram-rfc-tests.el b/test/lisp/net/sasl-scram-rfc-tests.el index b61b437c75a..8b624f9123f 100644 --- a/test/lisp/net/sasl-scram-rfc-tests.el +++ b/test/lisp/net/sasl-scram-rfc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sasl-scram-rfc-tests.el --- tests for SCRAM -*- lexical-binding: t; -*- | 1 | ;;; sasl-scram-rfc-tests.el --- tests for SCRAM -*- 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: Magnus Henoch <magnus.henoch@gmail.com> | 5 | ;; Author: Magnus Henoch <magnus.henoch@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/net/sasl-tests.el b/test/lisp/net/sasl-tests.el index f0e99e8f09e..2abbfd559f0 100644 --- a/test/lisp/net/sasl-tests.el +++ b/test/lisp/net/sasl-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sasl-tests.el --- tests for sasl.el -*- lexical-binding: t; -*- | 1 | ;;; sasl-tests.el --- tests for sasl.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2021-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2021-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> | 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/net/secrets-tests.el b/test/lisp/net/secrets-tests.el index 7e66774701c..6307390aad5 100644 --- a/test/lisp/net/secrets-tests.el +++ b/test/lisp/net/secrets-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; secrets-tests.el --- Tests of Secret Service API -*- lexical-binding: t -*- | 1 | ;;; secrets-tests.el --- Tests of Secret Service API -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
diff --git a/test/lisp/net/shr-tests.el b/test/lisp/net/shr-tests.el index 2254f9bc860..64ed070f851 100644 --- a/test/lisp/net/shr-tests.el +++ b/test/lisp/net/shr-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; shr-tests.el --- tests for shr.el -*- lexical-binding: t; -*- | 1 | ;;; shr-tests.el --- tests for shr.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Ingebrigtsen <larsi@gnus.org> |
| 6 | 6 | ||
diff --git a/test/lisp/net/socks-tests.el b/test/lisp/net/socks-tests.el index 461796bdf99..958e2ff44a8 100644 --- a/test/lisp/net/socks-tests.el +++ b/test/lisp/net/socks-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; socks-tests.el --- tests for SOCKS -*- coding: utf-8; lexical-binding: t; -*- | 1 | ;;; socks-tests.el --- tests for SOCKS -*- coding: utf-8; lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2021-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2021-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/test/lisp/net/tramp-archive-tests.el b/test/lisp/net/tramp-archive-tests.el index d9eafc47ad7..96c1e78e37a 100644 --- a/test/lisp/net/tramp-archive-tests.el +++ b/test/lisp/net/tramp-archive-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tramp-archive-tests.el --- Tests of file archive access -*- lexical-binding:t -*- | 1 | ;;; tramp-archive-tests.el --- Tests of file archive access -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 50b0e948e49..6fb9fa1fae9 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tramp-tests.el --- Tests of remote file access -*- lexical-binding:t -*- | 1 | ;;; tramp-tests.el --- Tests of remote file access -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
diff --git a/test/lisp/net/webjump-tests.el b/test/lisp/net/webjump-tests.el index 457e4659914..42fa346a869 100644 --- a/test/lisp/net/webjump-tests.el +++ b/test/lisp/net/webjump-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; webjump-tests.el --- Tests for webjump.el -*- lexical-binding: t; -*- | 1 | ;;; webjump-tests.el --- Tests for webjump.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2020-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2020-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> | 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |