projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91d71b3
)
Revert "Revert back to using ESC as viper-ESC-key again"
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 20 Oct 2021 08:05:04 +0000
(10:05 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 20 Oct 2021 08:05:04 +0000
(10:05 +0200)
This reverts commit
5d522b430bd5ecfb8f082906cd634883dbb68f3e
.
The change led to M-x not working in non-gui Emacsen (bug#51253).
lisp/emulation/viper-keym.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper-keym.el
b/lisp/emulation/viper-keym.el
index 2bb24f662fcc34d533cc63b067ff4d8cebe4a450..2f7d17351dcc934d97f8a6b61113661f0575f804 100644
(file)
--- 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.")