Skip to content

Commit

Permalink
Kill some tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 28, 2025
1 parent 36763dd commit fba60e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fba60e7

Please sign in to comment.