diff options
author | Glenn Morris <rgm@gnu.org> | 2022-01-01 10:02:17 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2022-01-01 10:02:17 -0800 |
commit | f475c5823a409356721e49577116521467680ff4 (patch) | |
tree | 0860a470678dec6823a203fc6206a2f775f1153d /test/lisp/emacs-lisp | |
parent | 2684def3480b030400205be0f93caf4b46aca17a (diff) | |
download | emacs-f475c5823a409356721e49577116521467680ff4.tar.gz emacs-f475c5823a409356721e49577116521467680ff4.tar.bz2 emacs-f475c5823a409356721e49577116521467680ff4.zip |
; Copyright year fixes
Diffstat (limited to 'test/lisp/emacs-lisp')
-rw-r--r-- | test/lisp/emacs-lisp/lisp-mnt-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/lisp-mnt-tests.el b/test/lisp/emacs-lisp/lisp-mnt-tests.el index d77804fbe60..200be7354a0 100644 --- a/test/lisp/emacs-lisp/lisp-mnt-tests.el +++ b/test/lisp/emacs-lisp/lisp-mnt-tests.el @@ -1,6 +1,6 @@ ;;; lisp-mnt-tests.el --- Tests for lisp-mnt -*- lexical-binding: t; -*- -;; Copyright (C) 2021 2020-2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |