Convert uses of looking-at in viper-ex to following-char
authorMark Oteiza <mvoteiza@udel.edu>
Tue, 8 Aug 2017 19:00:21 +0000 (15:00 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Tue, 8 Aug 2017 19:00:21 +0000 (15:00 -0400)
commit884d43b43eb51fe91c657ed0780cf85d31522248
tree705090b93f988963de8b529c3f0cfe11f8d74cd6
parent4cb0bdd675f0bc3adc130f1f3d037e4d51152396
Convert uses of looking-at in viper-ex to following-char

* lisp/emulation/viper-ex.el (viper-get-ex-token): Bind
(following-char) and use it in the subsequent cond's clauses.
(viper-ex, ex-quit, viper-get-ex-file): Use following-char instead.
Convert single branch ifs to when
lisp/emulation/viper-ex.el