Mercurial > emacs
changeset 12696:dbbeba770da4
(vip-overriding-map): new variable.
author | Michael Kifer <kifer@cs.stonybrook.edu> |
---|---|
date | Thu, 27 Jul 1995 19:42:29 +0000 |
parents | 3d339e94aece |
children | 9ebf33d6d07c |
files | lisp/emulation/viper-keym.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/viper-keym.el Thu Jul 27 19:41:59 1995 +0000 +++ b/lisp/emulation/viper-keym.el Thu Jul 27 19:42:29 1995 +0000 @@ -29,6 +29,10 @@ (defvar vip-vi-intercept-map (make-sparse-keymap)) (defvar vip-insert-intercept-map (make-sparse-keymap)) (defvar vip-emacs-intercept-map (make-sparse-keymap)) + +;; keymap used to zap all keymaps other than function-key-map, +;; devide-function-key-map, etc. +(defvar vip-overriding-map (make-sparse-keymap)) (vip-deflocalvar vip-vi-local-user-map (make-sparse-keymap) "Keymap for user-defined local bindings.