projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5f0ede
)
; Fix copyright year in proced-tests.el
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 29 Aug 2023 19:40:38 +0000
(21:40 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Tue, 29 Aug 2023 19:40:38 +0000
(21:40 +0200)
test/lisp/proced-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/proced-tests.el
b/test/lisp/proced-tests.el
index bffbf5486d3b706c0e5ea29d8b1734d12017eaaf..44596f9249021d7fe6ef67039a89a8d2f5ddda32 100644
(file)
--- 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 <https://www.gnu.org/licenses/>.
;;; Code:
+
(require 'ert)
(require 'proced)
(require 'thingatpt)