From 53162eff8dde4870470721736e447adebd6a89bc Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 29 Aug 2023 21:40:38 +0200 Subject: [PATCH] ; Fix copyright year in proced-tests.el --- test/lisp/proced-tests.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ ;;; proced-tests.el --- Test suite for proced.el -*- lexical-binding: t -*- -;; Copyright (C) 2022 Free Software Foundation, Inc. +;; Copyright (C) 2022-2023 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -18,6 +18,7 @@ ;; along with GNU Emacs. If not, see . ;;; Code: + (require 'ert) (require 'proced) (require 'thingatpt) -- 2.39.2