diff options
| -rw-r--r-- | lisp/emulation/viper-keym.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index 1b149b12e41..d76cf71b314 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el | |||
| @@ -184,7 +184,7 @@ In insert mode, this key also functions as Meta." | |||
| 184 | :type 'string | 184 | :type 'string |
| 185 | :group 'viper) | 185 | :group 'viper) |
| 186 | 186 | ||
| 187 | (defconst viper-ESC-key [escape] | 187 | (defconst viper-ESC-key (kbd "ESC") |
| 188 | "Key used to ESC.") | 188 | "Key used to ESC.") |
| 189 | 189 | ||
| 190 | 190 | ||