]> git.eshelyaron.com Git - emacs.git/commit
Add new user option 'translate-upper-case-key-bindings'
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 4 Oct 2021 10:33:53 +0000 (12:33 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 4 Oct 2021 10:33:53 +0000 (12:33 +0200)
commit069749bed7ab1587f0cfbadb5924c80d7ee49ac9
treefc65579a870091bbd7efdcd18e4a71cdf1a0cbe3
parent39d9b96a606d1c605c329a6c7d1dab6afbd3b824
Add new user option 'translate-upper-case-key-bindings'

* doc/lispref/commands.texi (Key Sequence Input): Document it.

* lisp/cus-start.el (standard): defcustom it.

* src/keyboard.c (read_key_sequence): Use it.
(syms_of_keyboard): New variable 'translate-upper-case-key-bindings'.
doc/lispref/commands.texi
etc/NEWS
lisp/cus-start.el
src/keyboard.c