diff options
| author | Stefan Kangas | 2019-06-09 05:02:39 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-06-09 09:22:56 +0300 |
| commit | 4cc4b5d6d7b4990f9a51b14126a7f7aa30ad6101 (patch) | |
| tree | fadc9256facdef9503397356cd3d53990a152a99 /src | |
| parent | b58ecafcdc8e13537b21860a222d13c73c851e7c (diff) | |
| download | emacs-4cc4b5d6d7b4990f9a51b14126a7f7aa30ad6101.tar.gz emacs-4cc4b5d6d7b4990f9a51b14126a7f7aa30ad6101.zip | |
; * src/keyboard.c (tool_bar_items): Fix a typo. (Bug#36143)
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 282eac72b92..aa3448439b4 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -8035,7 +8035,7 @@ tool_bar_items (Lisp_Object reuse, int *nitems) | |||
| 8035 | { | 8035 | { |
| 8036 | /* No, so use major and minor mode keymaps and keymap property. | 8036 | /* No, so use major and minor mode keymaps and keymap property. |
| 8037 | Note that tool-bar bindings in the local-map and keymap | 8037 | Note that tool-bar bindings in the local-map and keymap |
| 8038 | properties may not work reliable, as they are only | 8038 | properties may not work reliably, as they are only |
| 8039 | recognized when the tool-bar (or mode-line) is updated, | 8039 | recognized when the tool-bar (or mode-line) is updated, |
| 8040 | which does not normally happen after every command. */ | 8040 | which does not normally happen after every command. */ |
| 8041 | ptrdiff_t nminor = current_minor_maps (NULL, &tmaps); | 8041 | ptrdiff_t nminor = current_minor_maps (NULL, &tmaps); |