registry.el: Fix call to cl-subseq
authorEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 19 Mar 2015 05:37:38 +0000 (13:37 +0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Fri, 20 Mar 2015 09:47:14 +0000 (17:47 +0800)
commitdbe7b81359e9b798fadbcff064dbd7d374860d88
tree5d37ee1e816345a664375bca161ca21006c3bcd5
parent1e00b407e8d568d2ecaf980815d39702ffa343fc
registry.el: Fix call to cl-subseq

* lisp/registry.el (registry-collect-prune-candidates): Earlier
  versions of cl-subseq would, if you asked for a subsequence longer
  than the sequence itself, pad its result with `nil's. It now errors,
  so don't ask it to do that.
lisp/ChangeLog
lisp/registry.el