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/eshell | |
| 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/eshell')
| -rw-r--r-- | test/lisp/eshell/em-alias-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/em-basic-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/em-dirs-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/em-extpipe-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/em-glob-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/em-hist-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/em-ls-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/em-pred-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/em-script-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/em-tramp-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/esh-arg-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/esh-cmd-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/esh-ext-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/esh-io-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/esh-opt-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/esh-proc-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/esh-util-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/esh-var-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/eshell-tests-helpers.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/eshell-tests.el | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/test/lisp/eshell/em-alias-tests.el b/test/lisp/eshell/em-alias-tests.el index 0a26e8d2011..ec1704545a4 100644 --- a/test/lisp/eshell/em-alias-tests.el +++ b/test/lisp/eshell/em-alias-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-alias-tests.el --- em-alias test suite -*- lexical-binding:t -*- | 1 | ;;; em-alias-tests.el --- em-alias test suite -*- 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/eshell/em-basic-tests.el b/test/lisp/eshell/em-basic-tests.el index bc8baeaa035..6ac7226ffa0 100644 --- a/test/lisp/eshell/em-basic-tests.el +++ b/test/lisp/eshell/em-basic-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-basic-tests.el --- em-basic test suite -*- lexical-binding:t -*- | 1 | ;;; em-basic-tests.el --- em-basic test suite -*- 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/eshell/em-dirs-tests.el b/test/lisp/eshell/em-dirs-tests.el index f72d708dcae..d30b3d7d73f 100644 --- a/test/lisp/eshell/em-dirs-tests.el +++ b/test/lisp/eshell/em-dirs-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-dirs-tests.el --- em-dirs test suite -*- lexical-binding:t -*- | 1 | ;;; em-dirs-tests.el --- em-dirs test suite -*- 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/eshell/em-extpipe-tests.el b/test/lisp/eshell/em-extpipe-tests.el index a2646a0296b..1184b5df5f8 100644 --- a/test/lisp/eshell/em-extpipe-tests.el +++ b/test/lisp/eshell/em-extpipe-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-extpipe-tests.el --- em-extpipe test suite -*- lexical-binding:t -*- | 1 | ;;; em-extpipe-tests.el --- em-extpipe test suite -*- 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 | ;; Author: Sean Whitton <spwhitton@spwhitton.name> | 5 | ;; Author: Sean Whitton <spwhitton@spwhitton.name> |
| 6 | 6 | ||
diff --git a/test/lisp/eshell/em-glob-tests.el b/test/lisp/eshell/em-glob-tests.el index b733be35d9a..c33af88a374 100644 --- a/test/lisp/eshell/em-glob-tests.el +++ b/test/lisp/eshell/em-glob-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-glob-tests.el --- em-glob test suite -*- lexical-binding:t -*- | 1 | ;;; em-glob-tests.el --- em-glob test suite -*- 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/eshell/em-hist-tests.el b/test/lisp/eshell/em-hist-tests.el index 634e9819839..35ae6bdc239 100644 --- a/test/lisp/eshell/em-hist-tests.el +++ b/test/lisp/eshell/em-hist-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-hist-tests.el --- em-hist test suite -*- lexical-binding:t -*- | 1 | ;;; em-hist-tests.el --- em-hist test suite -*- 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/eshell/em-ls-tests.el b/test/lisp/eshell/em-ls-tests.el index 272280e81c7..862a6dfd9f8 100644 --- a/test/lisp/eshell/em-ls-tests.el +++ b/test/lisp/eshell/em-ls-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-ls-tests.el --- em-ls test suite -*- lexical-binding:t -*- | 1 | ;;; em-ls-tests.el --- em-ls test suite -*- 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: Tino Calancha <tino.calancha@gmail.com> | 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/eshell/em-pred-tests.el b/test/lisp/eshell/em-pred-tests.el index 0d6351ec826..adc4ac01eb1 100644 --- a/test/lisp/eshell/em-pred-tests.el +++ b/test/lisp/eshell/em-pred-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-pred-tests.el --- em-pred test suite -*- lexical-binding:t -*- | 1 | ;;; em-pred-tests.el --- em-pred test suite -*- 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/eshell/em-script-tests.el b/test/lisp/eshell/em-script-tests.el index f720f697c67..74328844778 100644 --- a/test/lisp/eshell/em-script-tests.el +++ b/test/lisp/eshell/em-script-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-script-tests.el --- em-script test suite -*- lexical-binding:t -*- | 1 | ;;; em-script-tests.el --- em-script test suite -*- 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/eshell/em-tramp-tests.el b/test/lisp/eshell/em-tramp-tests.el index 936397d8869..a3bda970b63 100644 --- a/test/lisp/eshell/em-tramp-tests.el +++ b/test/lisp/eshell/em-tramp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-tramp-tests.el --- em-tramp test suite -*- lexical-binding:t -*- | 1 | ;;; em-tramp-tests.el --- em-tramp test suite -*- 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/eshell/esh-arg-tests.el b/test/lisp/eshell/esh-arg-tests.el index 77f9404d4c7..918ad3a949f 100644 --- a/test/lisp/eshell/esh-arg-tests.el +++ b/test/lisp/eshell/esh-arg-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-arg-tests.el --- esh-arg test suite -*- lexical-binding:t -*- | 1 | ;;; esh-arg-tests.el --- esh-arg test suite -*- 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/eshell/esh-cmd-tests.el b/test/lisp/eshell/esh-cmd-tests.el index 42d24967ff8..bcecc9a531f 100644 --- a/test/lisp/eshell/esh-cmd-tests.el +++ b/test/lisp/eshell/esh-cmd-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-cmd-tests.el --- esh-cmd test suite -*- lexical-binding:t -*- | 1 | ;;; esh-cmd-tests.el --- esh-cmd test suite -*- 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/eshell/esh-ext-tests.el b/test/lisp/eshell/esh-ext-tests.el index 54191e9409e..ef073d3487d 100644 --- a/test/lisp/eshell/esh-ext-tests.el +++ b/test/lisp/eshell/esh-ext-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-ext-tests.el --- esh-ext test suite -*- lexical-binding:t -*- | 1 | ;;; esh-ext-tests.el --- esh-ext test suite -*- 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/eshell/esh-io-tests.el b/test/lisp/eshell/esh-io-tests.el index 52501f5bb70..ed350a9691c 100644 --- a/test/lisp/eshell/esh-io-tests.el +++ b/test/lisp/eshell/esh-io-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-io-tests.el --- esh-io test suite -*- lexical-binding:t -*- | 1 | ;;; esh-io-tests.el --- esh-io test suite -*- 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/eshell/esh-opt-tests.el b/test/lisp/eshell/esh-opt-tests.el index 5b30de414a3..f4529ed4f22 100644 --- a/test/lisp/eshell/esh-opt-tests.el +++ b/test/lisp/eshell/esh-opt-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-opt-tests.el --- esh-opt test suite -*- lexical-binding:t -*- | 1 | ;;; esh-opt-tests.el --- esh-opt test suite -*- 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 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/test/lisp/eshell/esh-proc-tests.el b/test/lisp/eshell/esh-proc-tests.el index abe363bee0d..ae7b1dddd69 100644 --- a/test/lisp/eshell/esh-proc-tests.el +++ b/test/lisp/eshell/esh-proc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-proc-tests.el --- esh-proc test suite -*- lexical-binding:t -*- | 1 | ;;; esh-proc-tests.el --- esh-proc test suite -*- 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/eshell/esh-util-tests.el b/test/lisp/eshell/esh-util-tests.el index 1cbd015999f..afaf1b77f2b 100644 --- a/test/lisp/eshell/esh-util-tests.el +++ b/test/lisp/eshell/esh-util-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-util-tests.el --- esh-util test suite -*- lexical-binding:t -*- | 1 | ;;; esh-util-tests.el --- esh-util test suite -*- 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/eshell/esh-var-tests.el b/test/lisp/eshell/esh-var-tests.el index d95669fdaf8..3f602798dbe 100644 --- a/test/lisp/eshell/esh-var-tests.el +++ b/test/lisp/eshell/esh-var-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-var-tests.el --- esh-var test suite -*- lexical-binding:t -*- | 1 | ;;; esh-var-tests.el --- esh-var test suite -*- 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/eshell/eshell-tests-helpers.el b/test/lisp/eshell/eshell-tests-helpers.el index a9338050311..2c913d71cb4 100644 --- a/test/lisp/eshell/eshell-tests-helpers.el +++ b/test/lisp/eshell/eshell-tests-helpers.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; eshell-tests-helpers.el --- Eshell test suite helpers -*- lexical-binding:t -*- | 1 | ;;; eshell-tests-helpers.el --- Eshell test suite helpers -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/test/lisp/eshell/eshell-tests.el b/test/lisp/eshell/eshell-tests.el index dd8be8e65f0..be968e1558f 100644 --- a/test/lisp/eshell/eshell-tests.el +++ b/test/lisp/eshell/eshell-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; eshell-tests.el --- Eshell test suite -*- lexical-binding:t -*- | 1 | ;;; eshell-tests.el --- Eshell test suite -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||