diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-10-20 10:05:04 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-10-20 10:05:04 +0200 |
commit | 8e7cd29712996a97a698ac666bdcf2aa8474e464 (patch) | |
tree | 0ee493d723628dfbbd7637958960f78981c91f4c /lisp/emulation/viper-keym.el | |
parent | 91d71b38a333c9b3dc411547c1ad61f0ee63d4e6 (diff) | |
download | emacs-8e7cd29712996a97a698ac666bdcf2aa8474e464.tar.gz emacs-8e7cd29712996a97a698ac666bdcf2aa8474e464.tar.bz2 emacs-8e7cd29712996a97a698ac666bdcf2aa8474e464.zip |
Revert "Revert back to using ESC as viper-ESC-key again"
This reverts commit 5d522b430bd5ecfb8f082906cd634883dbb68f3e.
The change led to M-x not working in non-gui Emacsen (bug#51253).
Diffstat (limited to 'lisp/emulation/viper-keym.el')
-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 2bb24f662fc..2f7d17351dc 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el @@ -182,7 +182,7 @@ In insert mode, this key also functions as Meta." :type 'string :group 'viper) -(defconst viper-ESC-key (kbd "ESC") +(defconst viper-ESC-key [escape] "Key used to ESC.") |