Eliminate `remove-if-not' that is a cl function.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 6 Oct 2010 01:06:23 +0000 (01:06 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 6 Oct 2010 01:06:23 +0000 (01:06 +0000)
commit5e56bff612f38eb9471c0adfaf923971543ad0fb
tree8f59760f7b66524d11caafbb2f1c1561e8c6721f
parent64b9701bbfbdbdfcbd575c96da6a64df8040e4e2
Eliminate `remove-if-not' that is a cl function.

gnus-util.el (gnus-remove-if): Allow hash table.
gnus-util.el (gnus-remove-if-not): New function.
gnus-art.el (gnus-mime-view-part-as-type): Replace remove-if-not with gnus-remove-if-not.
gnus-score.el (gnus-summary-score-effect): Replace remove-if-not with gnus-remove-if-not.
gnus-sum.el (gnus-read-move-group-name): Replace remove-if-not with gnus-remove-if-not.
gnus-group.el (gnus-group-completing-read): Regard collection as a hash table if it is not a list.
lisp/ChangeLog
lisp/gnus-art.el
lisp/gnus-group.el
lisp/gnus-score.el
lisp/gnus-sum.el
lisp/gnus-util.el