Rémi Vanicat <[email protected]> writes: > Nick Alcock <[email protected]> writes: >
[...] >> - (bury-buffer) >> + (let ((magit-buf magit-buffer)) >> + (bury-buffer) >> + (set-buffer magit-buf)) > > I would have probably use the with-current-buffer macro, but I'm not > completely convince it would be useful. Well, I should think before sending mail rather than after: using with-current-buffer is clearly unneeded here... [...] -- Rémi Vanicat
