nex3 / perspective-el

Perspectives for Emacs.
MIT License
880 stars 71 forks source link

Wrap with-perspectives' BODY arg in a progn and return it. #177

Closed NicholasBHubbard closed 2 years ago

NicholasBHubbard commented 2 years ago

This PR wraps with-perspectives BODY arg in a progn and then returns the value.

I don't see any reason for this not to be the behavior.

NicholasBHubbard commented 2 years ago

I should add that this aligns with the behavior of with-current-perspective.

gcv commented 2 years ago

Looks good to me. Let’s see if anything breaks. :)