; Fix copyright year in proced-tests.el

This commit is contained in:
Stefan Kangas 2023-08-29 21:40:38 +02:00
parent d5f0ede62c
commit 53162eff8d

View file

@ -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 <https://www.gnu.org/licenses/>.
;;; Code:
(require 'ert)
(require 'proced)
(require 'thingatpt)