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 /test | |
| parent | f3e20e1886310805c8b70b11f5017a152a076e57 (diff) | |
Bump the copyright years
Diffstat (limited to 'test')
| -rw-r--r-- | test/projectile-test.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
