aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas2023-08-29 21:40:38 +0200
committerStefan Kangas2023-08-29 21:40:38 +0200
commit53162eff8dde4870470721736e447adebd6a89bc (patch)
tree25cbb1f5e0959f7de3e5d3b12186138bbab8f1cf /test
parentd5f0ede62c4548012705d649a76c2f38c7bc3d7e (diff)
downloademacs-53162eff8dde4870470721736e447adebd6a89bc.tar.gz
emacs-53162eff8dde4870470721736e447adebd6a89bc.zip
; Fix copyright year in proced-tests.el
Diffstat (limited to 'test')
-rw-r--r--test/lisp/proced-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/proced-tests.el b/test/lisp/proced-tests.el
index bffbf5486d3..44596f92490 100644
--- a/test/lisp/proced-tests.el
+++ b/test/lisp/proced-tests.el
@@ -1,6 +1,6 @@
1;;; proced-tests.el --- Test suite for proced.el -*- lexical-binding: t -*- 1;;; proced-tests.el --- Test suite for proced.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
@@ -18,6 +18,7 @@
18;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. 18;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
19 19
20;;; Code: 20;;; Code:
21
21(require 'ert) 22(require 'ert)
22(require 'proced) 23(require 'proced)
23(require 'thingatpt) 24(require 'thingatpt)