]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix copyright year in proced-tests.el
authorStefan Kangas <stefankangas@gmail.com>
Tue, 29 Aug 2023 19:40:38 +0000 (21:40 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 29 Aug 2023 19:40:38 +0000 (21:40 +0200)
test/lisp/proced-tests.el

index bffbf5486d3b706c0e5ea29d8b1734d12017eaaf..44596f9249021d7fe6ef67039a89a8d2f5ddda32 100644 (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)