aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2019-06-11 08:38:34 -0700
committerGlenn Morris2019-06-11 08:38:34 -0700
commite17cda4942adf353fb7adc4bcdaa61a1ae79db8d (patch)
treeff5f524568260a2823023c2a8e7dde84fc6ae1e0 /src
parentef744119a7cbd0692c53704604e9bb6345c371b6 (diff)
parent758e9a8ed49c15f7069a67cf0c2ce3c6f9a3f7e1 (diff)
downloademacs-e17cda4942adf353fb7adc4bcdaa61a1ae79db8d.tar.gz
emacs-e17cda4942adf353fb7adc4bcdaa61a1ae79db8d.zip
Merge from origin/emacs-26
758e9a8 Revert "Don't mark main_thread (Bug#36155)" 1877b7b Don't mark main_thread (Bug#36155) 4904fb3 More quotation fixes (Bug#35885) 4cc4b5d ; * src/keyboard.c (tool_bar_items): Fix a typo. (Bug#36143) b58ecaf Minor copyedits in efaq-w32 48422af Tiny improvement of documentation of major mode conventions 25d44d2 * nt/addpm.c (main): Fix buffer overflow
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index bb4d185c914..ab6ca36219d 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -7969,7 +7969,7 @@ tool_bar_items (Lisp_Object reuse, int *nitems)
7969 { 7969 {
7970 /* No, so use major and minor mode keymaps and keymap property. 7970 /* No, so use major and minor mode keymaps and keymap property.
7971 Note that tool-bar bindings in the local-map and keymap 7971 Note that tool-bar bindings in the local-map and keymap
7972 properties may not work reliable, as they are only 7972 properties may not work reliably, as they are only
7973 recognized when the tool-bar (or mode-line) is updated, 7973 recognized when the tool-bar (or mode-line) is updated,
7974 which does not normally happen after every command. */ 7974 which does not normally happen after every command. */
7975 ptrdiff_t nminor = current_minor_maps (NULL, &tmaps); 7975 ptrdiff_t nminor = current_minor_maps (NULL, &tmaps);