branch: externals/consult commit 93091590b2a2029bcecce3fa355f8857a8775836 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Update copyright --- consult-compile.el | 2 +- consult-flymake.el | 2 +- consult-icomplete.el | 2 +- consult-imenu.el | 2 +- consult-org.el | 2 +- consult-register.el | 2 +- consult-vertico.el | 2 +- consult-xref.el | 2 +- consult.el | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/consult-compile.el b/consult-compile.el index 403cb888e3..24c11bd971 100644 --- a/consult-compile.el +++ b/consult-compile.el @@ -1,6 +1,6 @@ ;;; consult-compile.el --- Provides the command `consult-compile-error' -*- lexical-binding: t -*- -;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/consult-flymake.el b/consult-flymake.el index 9ea97d138c..86724fc194 100644 --- a/consult-flymake.el +++ b/consult-flymake.el @@ -1,6 +1,6 @@ ;;; consult-flymake.el --- Provides the command `consult-flymake' -*- lexical-binding: t -*- -;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/consult-icomplete.el b/consult-icomplete.el index bd496b2462..8371c17978 100644 --- a/consult-icomplete.el +++ b/consult-icomplete.el @@ -1,6 +1,6 @@ ;;; consult-icomplete.el --- Icomplete integration for Consult -*- lexical-binding: t -*- -;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/consult-imenu.el b/consult-imenu.el index f40588d83d..06ed694739 100644 --- a/consult-imenu.el +++ b/consult-imenu.el @@ -1,6 +1,6 @@ ;;; consult-imenu.el --- Consult commands for imenu -*- lexical-binding: t -*- -;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/consult-org.el b/consult-org.el index df469a9cec..1f5f24da4e 100644 --- a/consult-org.el +++ b/consult-org.el @@ -1,6 +1,6 @@ ;;; consult-org.el --- Consult commands for org-mode -*- lexical-binding: t -*- -;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/consult-register.el b/consult-register.el index 35fff9971e..32ad703742 100644 --- a/consult-register.el +++ b/consult-register.el @@ -1,6 +1,6 @@ ;;; consult-register.el --- Consult commands for registers -*- lexical-binding: t -*- -;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/consult-vertico.el b/consult-vertico.el index 2cb95df6b5..fea2c15cb8 100644 --- a/consult-vertico.el +++ b/consult-vertico.el @@ -1,6 +1,6 @@ ;;; consult-vertico.el --- Vertico integration for Consult -*- lexical-binding: t -*- -;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/consult-xref.el b/consult-xref.el index 769cb251b5..f74b77ed6b 100644 --- a/consult-xref.el +++ b/consult-xref.el @@ -1,6 +1,6 @@ ;;; consult-xref.el --- Xref integration for Consult -*- lexical-binding: t -*- -;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/consult.el b/consult.el index d22ac90232..5fbf493688 100644 --- a/consult.el +++ b/consult.el @@ -1,6 +1,6 @@ ;;; consult.el --- Consulting completing-read -*- lexical-binding: t -*- -;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; Author: Daniel Mendler and Consult contributors ;; Maintainer: Daniel Mendler <m...@daniel-mendler.de>