Replace some uses of cl-member-if with apply
commit1c69215c511789ddcdeab60192087733c521652b
authorMark Oteiza <mvoteiza@udel.edu>
Sat, 8 Apr 2017 15:27:17 +0000 (8 11:27 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Sat, 8 Apr 2017 15:36:56 +0000 (8 11:36 -0400)
treeb72d66ab815483d1193403705dae431ef32d4093
parent98bfac68b98e051425c41873edc48f9af5c92361
Replace some uses of cl-member-if with apply

From the mhtml-mode series.  Some of the uses of cl-lib are not
necessary.
* lisp/align.el: Don't require cl-lib.
(align-region): Use apply instead of cl-member-if.
* lisp/emulation/viper.el: Don't require cl-lib.
(viper-mode, this-major-mode-requires-vi-state): Use apply instead of
cl-member-if.
lisp/align.el
lisp/emulation/viper.el