]> git.eshelyaron.com Git - emacs.git/commit
Fix last tty-select-active-regions change
authorBasil L. Contovounesios <contovob@tcd.ie>
Sat, 18 Jun 2022 16:52:31 +0000 (19:52 +0300)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sat, 18 Jun 2022 17:05:40 +0000 (20:05 +0300)
commit4e68166d77cdd0f3b84c9bf5681f6a95e51ad238
tree1fc4fa9f33c40fabe58d504131b3cb2847408415
parent9b44824620fd500b9e7094bd1a8ca23608cb2e5b
Fix last tty-select-active-regions change

* lisp/frame.el (tty-select-active-regions): Pacify warning about
missing defcustom :group by specifying the same group as
select-active-regions, as well as the frames group.
* src/keyboard.c (command_loop_1, syms_of_keyboard): Rename last
occurrences of xterm-select-active-regions to
tty-select-active-regions (bug#55883).
lisp/frame.el
src/keyboard.c