From: Stefan Kangas Date: Tue, 29 Aug 2023 19:40:38 +0000 (+0200) Subject: ; Fix copyright year in proced-tests.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53162eff8dde4870470721736e447adebd6a89bc;p=emacs.git ; Fix copyright year in proced-tests.el --- 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)