branch: externals/cape commit 2c4ed619518aeae22d2ea58bdff42efb1efa0a43 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Update copyright years --- cape-char.el | 2 +- cape-keyword.el | 2 +- cape.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cape-char.el b/cape-char.el index f74e658627..fc123e4049 100644 --- a/cape-char.el +++ b/cape-char.el @@ -1,6 +1,6 @@ ;;; cape-char.el --- Character completion functions -*- lexical-binding: t -*- -;; Copyright (C) 2021-2024 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/cape-keyword.el b/cape-keyword.el index 35140c528f..ff70000177 100644 --- a/cape-keyword.el +++ b/cape-keyword.el @@ -1,6 +1,6 @@ ;;; cape-keyword.el --- Keyword completion function -*- lexical-binding: t -*- -;; Copyright (C) 2021-2024 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/cape.el b/cape.el index 0955dcf4a9..196ba052a1 100644 --- a/cape.el +++ b/cape.el @@ -1,6 +1,6 @@ ;;; cape.el --- Completion At Point Extensions -*- lexical-binding: t -*- -;; Copyright (C) 2021-2024 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Daniel Mendler <m...@daniel-mendler.de> ;; Maintainer: Daniel Mendler <m...@daniel-mendler.de>