From: Lars Ingebrigtsen Date: Wed, 20 Oct 2021 08:05:04 +0000 (+0200) Subject: Revert "Revert back to using ESC as viper-ESC-key again" X-Git-Tag: emacs-28.0.90~242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e7cd29712996a97a698ac666bdcf2aa8474e464;p=emacs.git 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). --- 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.")