mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-19 04:10:18 -08:00
; * src/keyboard.c (tool_bar_items): Fix a typo. (Bug#36143)
This commit is contained in:
parent
b58ecafcdc
commit
4cc4b5d6d7
1 changed files with 1 additions and 1 deletions
|
|
@ -8035,7 +8035,7 @@ tool_bar_items (Lisp_Object reuse, int *nitems)
|
||||||
{
|
{
|
||||||
/* No, so use major and minor mode keymaps and keymap property.
|
/* No, so use major and minor mode keymaps and keymap property.
|
||||||
Note that tool-bar bindings in the local-map and keymap
|
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,
|
recognized when the tool-bar (or mode-line) is updated,
|
||||||
which does not normally happen after every command. */
|
which does not normally happen after every command. */
|
||||||
ptrdiff_t nminor = current_minor_maps (NULL, &tmaps);
|
ptrdiff_t nminor = current_minor_maps (NULL, &tmaps);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue