diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-02-11 22:26:31 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-02-11 22:26:31 +0200 |
| commit | 44cc78176bf6e8887db89c7066308373e83e7aeb (patch) | |
| tree | 701865156fa0a00eb940acc67d4eb76e28e07c65 | |
| parent | f3e20e1886310805c8b70b11f5017a152a076e57 (diff) | |
Bump the copyright years
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | projectile.el | 2 | ||||
| -rw-r--r-- | test/projectile-test.el | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -149,7 +149,7 @@ A fairly extensive changelog is available [here](CHANGELOG.md). ## License -Copyright © 2011-2023 Bozhidar Batsov and +Copyright © 2011-2024 Bozhidar Batsov and [contributors](https://github.com/bbatsov/projectile/contributors). Distributed under the GNU General Public License, version 3 diff --git a/projectile.el b/projectile.el index 4b40137..5ef91c6 100644 --- a/projectile.el +++ b/projectile.el @@ -1,6 +1,6 @@ ;;; projectile.el --- Manage and navigate projects in Emacs easily -*- lexical-binding: t -*- -;; Copyright © 2011-2023 Bozhidar Batsov <bozhidar@batsov.dev> +;; Copyright © 2011-2024 Bozhidar Batsov <bozhidar@batsov.dev> ;; Author: Bozhidar Batsov <bozhidar@batsov.dev> ;; URL: https://github.com/bbatsov/projectile diff --git a/test/projectile-test.el b/test/projectile-test.el index 104bebf..7a2f10c 100644 --- a/test/projectile-test.el +++ b/test/projectile-test.el @@ -1,6 +1,6 @@ ;;; projectile-test.el --- Projectile's test suite -*- lexical-binding: t -*- -;; Copyright © 2011-2023 Bozhidar Batsov +;; Copyright © 2011-2024 Bozhidar Batsov ;; Author: Bozhidar Batsov <bozhidar@batsov.dev> @@ -2148,7 +2148,7 @@ projectile-process-current-project-buffers-current to have similar behaviour" (spy-on 'file-directory-p :and-return-value t)) (it "projectile-cmd-hist-ignoredups set to t" - + (let ((command-map (make-hash-table :test 'equal)) (projectile-cmd-hist-ignoredups t) ;; history is based on the project root, so we set it to a random |
