]> git.eshelyaron.com Git - emacs.git/commit
ibuffer-do-isearch: don't depend on `cl-values-list' (bug#38430)
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 1 Dec 2019 09:12:12 +0000 (10:12 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 1 Dec 2019 09:13:06 +0000 (10:13 +0100)
commitf22501185e7d5885270eadb5dc32ef267153f2ac
tree7eed7b3f06bcbc15078ecd64e7047b06f6cb9d13
parent293eb3259883c0b8465926a850b9ca7131e70074
ibuffer-do-isearch: don't depend on `cl-values-list' (bug#38430)

* lisp/ibuf-ext.el (ibuffer-generate-filter-groups): Don't call
`cl-values-list'.  Our implementation of that function just
checks that its argument is a list, and then returns it.  In
this specific case, the argument is guaranteed to be a list.
lisp/ibuf-ext.el