Re: [PATCH 0/5] Use closures and other emacs cleanup

2021-08-29 Thread David Bremner
Jonas Bernoulli writes: > Some assorted emacs cleanup and fixes. The big one is the switch to > using closures instead of backquoted lambdas. The other commits for > the most part just deal with things the compiler complained about. > series applied to master d ___

Re: [PATCH 0/5] Use closures and other emacs cleanup

2021-07-23 Thread Tomi Ollila
On Mon, Jul 19 2021, Jonas Bernoulli wrote: > Some assorted emacs cleanup and fixes. The big one is the switch to > using closures instead of backquoted lambdas. The other commits for > the most part just deal with things the compiler complained about. > > Jonas Bernoulli (5): > emacs: use clo

[PATCH 0/5] Use closures and other emacs cleanup

2021-07-19 Thread Jonas Bernoulli
Some assorted emacs cleanup and fixes. The big one is the switch to using closures instead of backquoted lambdas. The other commits for the most part just deal with things the compiler complained about. Jonas Bernoulli (5): emacs: use closures instead of backquoted lambdas emacs: add some fu