mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
; * src/keyboard.c (tool_bar_items): Fix a typo. (Bug#36143)
This commit is contained in:
parent
b58ecafcdc
commit
4cc4b5d6d7
@ -8035,7 +8035,7 @@ tool_bar_items (Lisp_Object reuse, int *nitems)
|
||||
{
|
||||
/* No, so use major and minor mode keymaps and keymap property.
|
||||
Note that tool-bar bindings in the local-map and keymap
|
||||
properties may not work reliable, as they are only
|
||||
properties may not work reliably, as they are only
|
||||
recognized when the tool-bar (or mode-line) is updated,
|
||||
which does not normally happen after every command. */
|
||||
ptrdiff_t nminor = current_minor_maps (NULL, &tmaps);
|
||||
|
Loading…
Reference in New Issue
Block a user