]> git.eshelyaron.com Git - emacs.git/commit
(viper-read-key, viper-read-key-sequence): Remove
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 13 Sep 2018 01:47:39 +0000 (21:47 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 13 Sep 2018 01:47:39 +0000 (21:47 -0400)
commitf066999b6540451c590cbe32113fae61c4778ba3
tree6e4741ec3cd1f0b94c87f5c4c5abfd4fd620e09e
parentdf3d7e401b1b0e34b3f6583894f05841270fc1db
(viper-read-key, viper-read-key-sequence): Remove

Ever since the time-dependent ESC handling was moved to input-decode-map,
viper-read-key-sequence has been obsolete.  Clean up accordingly.

* lisp/emulation/viper-keym.el: Use lexical-binding.
(viper-overriding-map): Remove.

* lisp/emulation/viper-macs.el: Use lexical-binding and 'read-key'.

* lisp/emulation/viper-util.el: Use lexical-binding.
(viper-read-key, viper-read-key-sequence): Remove.

* lisp/emulation/viper.el (viper-non-hook-settings): Remove obsolete advice.
lisp/emulation/viper-cmd.el
lisp/emulation/viper-keym.el
lisp/emulation/viper-macs.el
lisp/emulation/viper-util.el
lisp/emulation/viper.el