diff options
author | Taylor R Campbell <campbell@paredit.org> | 2024-11-03 20:43:17 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@paredit.org> | 2024-11-03 20:43:17 +0000 |
commit | 28a8f5bce4ca5aa96ed41618198e295b97f2276a (patch) | |
tree | b9688c1c4c6aea33928c9989a8acac3f9c869ef5 | |
parent | 2879e163380b760eda380dade91b0b7d78ae551f (diff) |
paredit.el, test.el: Bump copyright year.
-rw-r--r-- | paredit.el | 2 | ||||
-rw-r--r-- | test.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ ;;; paredit.el --- minor mode for editing parentheses -*- lexical-binding:t -*- -;; Copyright (C) 2005--2023 Taylor R. Campbell +;; Copyright (C) 2005--2024 Taylor R. Campbell ;; Author: Taylor R. Campbell <campbell@paredit.org> ;; Version: 27beta @@ -2,7 +2,7 @@ ;;; Rudimentary, kludgey test suite for paredit -- work in progress! -;; Copyright (C) 2005--2022 Taylor R. Campbell +;; Copyright (C) 2005--2024 Taylor R. Campbell ;; This file is part of paredit. ;; |