emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 8e7cd29: Revert "Revert back to using ESC as viper-ESC-key agai


From: Lars Ingebrigtsen
Subject: emacs-28 8e7cd29: Revert "Revert back to using ESC as viper-ESC-key again"
Date: Wed, 20 Oct 2021 04:05:42 -0400 (EDT)

branch: emacs-28
commit 8e7cd29712996a97a698ac666bdcf2aa8474e464
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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).
---
 lisp/emulation/viper-keym.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el
index 2bb24f6..2f7d173 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.")
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]