]> git.eshelyaron.com Git - emacs.git/commit
ibuffer-mark-by-content-regexp: don't depend on `cl-some'
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 1 Dec 2019 09:41:49 +0000 (10:41 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 1 Dec 2019 09:41:49 +0000 (10:41 +0100)
commiteb452dfe95320fb0226af601537b98ee7945f12e
tree480cf44c67763194e8f9403d525a973606d0613c
parentf22501185e7d5885270eadb5dc32ef267153f2ac
ibuffer-mark-by-content-regexp: don't depend on `cl-some'

* lisp/ibuf-ext.el (ibuffer-mark-by-content-regexp): Use `cl-dolist'
instead of `cl-some' to avoid a run-time dependency on cl-lib that
triggers an unreported bug similar to bug#38430.
lisp/ibuf-ext.el