emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult 123ed072e3 1/2: Update copyright


From: ELPA Syncer
Subject: [elpa] externals/consult 123ed072e3 1/2: Update copyright
Date: Tue, 8 Mar 2022 05:57:32 -0500 (EST)

branch: externals/consult
commit 123ed072e32ad7015f1191f242fdf529907167c3
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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-selectrum.el | 6 +++---
 consult-vertico.el   | 2 +-
 consult-xref.el      | 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/consult-compile.el b/consult-compile.el
index a80cd6c4a3..4beff9aa19 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  Free Software Foundation, Inc.
+;; Copyright (C) 2021, 2022  Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/consult-flymake.el b/consult-flymake.el
index 1e00a14b40..ea0e68633f 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  Free Software Foundation, Inc.
+;; Copyright (C) 2021, 2022  Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/consult-icomplete.el b/consult-icomplete.el
index 8186ff7b73..122ce7f618 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  Free Software Foundation, Inc.
+;; Copyright (C) 2021, 2022  Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/consult-imenu.el b/consult-imenu.el
index c2d83a05c9..245c00cb2c 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  Free Software Foundation, Inc.
+;; Copyright (C) 2021, 2022  Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/consult-org.el b/consult-org.el
index cb829b09e2..6e01b22460 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  Free Software Foundation, Inc.
+;; Copyright (C) 2021, 2022  Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/consult-register.el b/consult-register.el
index 99b0a8ecda..31bc448bea 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  Free Software Foundation, Inc.
+;; Copyright (C) 2021, 2022  Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/consult-selectrum.el b/consult-selectrum.el
index aa41ab6f68..c5f88c57bf 100644
--- a/consult-selectrum.el
+++ b/consult-selectrum.el
@@ -1,6 +1,6 @@
 ;;; consult-selectrum.el --- Selectrum integration for Consult -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2021  Free Software Foundation, Inc.
+;; Copyright (C) 2021, 2022  Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
@@ -81,9 +81,9 @@ SPLIT is the splitter function."
   (if (not selectrum-is-active)
       (funcall orig split)
     (setq-local selectrum-refine-candidates-function
-               (consult-selectrum--split-wrap 
selectrum-refine-candidates-function split))
+                (consult-selectrum--split-wrap 
selectrum-refine-candidates-function split))
     (setq-local selectrum-highlight-candidates-function
-               (consult-selectrum--split-wrap 
selectrum-highlight-candidates-function split))))
+                (consult-selectrum--split-wrap 
selectrum-highlight-candidates-function split))))
 
 (defun consult-selectrum--crm-adv (&rest args)
   "Setup crm for Selectrum given ARGS."
diff --git a/consult-vertico.el b/consult-vertico.el
index 5e20143310..87d5e75508 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  Free Software Foundation, Inc.
+;; Copyright (C) 2021, 2022  Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/consult-xref.el b/consult-xref.el
index f99eb41c2b..bee3f02d5b 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  Free Software Foundation, Inc.
+;; Copyright (C) 2021, 2022  Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]