diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-01-28 15:09:01 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-01-28 15:09:01 +0200 |
| commit | fba60e7c6e16efe0656a2582d901eab9e97cc226 (patch) | |
| tree | 50904cfee13003f930ea40df4119ab282ee3b3dc /projectile.el | |
| parent | 36763dde3bc70d3e43ff2f8e61c783a8ff0f8532 (diff) | |
Kill some tabs
Diffstat (limited to 'projectile.el')
| -rw-r--r-- | projectile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projectile.el b/projectile.el index 50c3d3b..b5e6747 100644 --- a/projectile.el +++ b/projectile.el @@ -2835,8 +2835,8 @@ ones and overrule settings in the other lists." (while plists (setq ls (pop plists)) (while ls - (setq p (pop ls) v (pop ls)) - (setq rtn (plist-put rtn p v)))) + (setq p (pop ls) v (pop ls)) + (setq rtn (plist-put rtn p v)))) rtn)) (cl-defun projectile--build-project-plist |
