]> Sergey Matveev's repositories - public-inbox.git/commitdiff
searchview: keep $noop sub private to the package
authorEric Wong <e@yhbt.net>
Sat, 25 Jan 2020 04:44:52 +0000 (04:44 +0000)
committerEric Wong <e@yhbt.net>
Mon, 27 Jan 2020 02:59:09 +0000 (02:59 +0000)
It'll always be used as a callback, so there's no point in
giving it a name to be called non-anonymously.  Making
assigments to it is slightly faster since there's no need
to repeatedly do a lookup by name.


No differences found