]> git.eshelyaron.com Git - emacs.git/commit
Some refactoring of gnus-search-run-query
authorEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 4 May 2017 05:05:56 +0000 (13:05 +0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Fri, 26 May 2017 05:47:43 +0000 (13:47 +0800)
commit9c57f16b442939e35e59ad68266439c39070fb15
tree8d28269bd753eb9d8d861d7af260019102912369
parentcc541ba3f8a849d3fb56d26c5c4073f51027a969
Some refactoring of gnus-search-run-query

* lisp/gnus/gnus-search.el (gnus-search-run-query): Move results
  sorting here.
  (gnus-search-run-search): No need to sort here. Also, loop
  accept-process-output on process-live-p, apparently it doesn't
  necessarily get *all* the output.

Other formatting and variable naming fixes.
lisp/gnus/gnus-search.el