From 73d449a27ec01300b5e97306f6b1147266635c58 Mon Sep 17 00:00:00 2001 From: Michael Kifer Date: Thu, 27 Jul 1995 19:42:29 +0000 Subject: [PATCH] (vip-overriding-map): new variable. --- lisp/emulation/viper-keym.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index 606f17324c0..da862a141d8 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el @@ -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. -- 2.39.2