summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2024-01-02 10:30:05 +0800
committerPo Lu <luangruo@yahoo.com>2024-01-02 10:30:05 +0800
commit070cb32463a8c606bf4384574a6c7ea60167e87d (patch)
tree61f3406414a9604d8ecc3ca5b6f622318444b48d /test/lisp/emacs-lisp
parentecf08f0621c25ad1dfadd96399e204c389ab1695 (diff)
downloademacs-070cb32463a8c606bf4384574a6c7ea60167e87d.tar.gz
emacs-070cb32463a8c606bf4384574a6c7ea60167e87d.tar.bz2
emacs-070cb32463a8c606bf4384574a6c7ea60167e87d.zip
; Add 2024 to copyright years
Diffstat (limited to 'test/lisp/emacs-lisp')
-rw-r--r--test/lisp/emacs-lisp/byte-run-tests.el2
-rw-r--r--test/lisp/emacs-lisp/ert-font-lock-tests.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/emacs-lisp/byte-run-tests.el b/test/lisp/emacs-lisp/byte-run-tests.el
index 59ce24ad251..6180022f198 100644
--- a/test/lisp/emacs-lisp/byte-run-tests.el
+++ b/test/lisp/emacs-lisp/byte-run-tests.el
@@ -1,6 +1,6 @@
;;; byte-run-tests.el --- Tests for byte-run.el -*- lexical-binding: t -*-
-;; Copyright (C) 2023 Free Software Foundation, Inc.
+;; Copyright (C) 2023-2024 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/test/lisp/emacs-lisp/ert-font-lock-tests.el b/test/lisp/emacs-lisp/ert-font-lock-tests.el
index 33ef0c6eede..e0ba1e949b2 100644
--- a/test/lisp/emacs-lisp/ert-font-lock-tests.el
+++ b/test/lisp/emacs-lisp/ert-font-lock-tests.el
@@ -1,6 +1,6 @@
;;; ert-font-lock-tests.el --- ERT Font Lock tests -*- lexical-binding: t -*-
-;; Copyright (C) 2023 Free Software Foundation, Inc.
+;; Copyright (C) 2023-2024 Free Software Foundation, Inc.
;; Author: Vladimir Kazanov