diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp.c | 2 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/comp.c b/src/comp.c index 9ff3efedbdd..013ac6358c1 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Compile Emacs Lisp into native code. | 1 | /* Compile Emacs Lisp into native code. |
| 2 | Copyright (C) 2019-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2019-2023 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | Author: Andrea Corallo <akrl@sdf.org> | 4 | Author: Andrea Corallo <acorallo@gnu.org> |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/xdisp.c b/src/xdisp.c index 5e25857322f..1830d1965a6 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -15367,7 +15367,7 @@ redisplay_tool_bar (struct frame *f) | |||
| 15367 | 0, 0, 0, STRING_MULTIBYTE (f->desired_tool_bar_string)); | 15367 | 0, 0, 0, STRING_MULTIBYTE (f->desired_tool_bar_string)); |
| 15368 | /* FIXME: This should be controlled by a user option. But it | 15368 | /* FIXME: This should be controlled by a user option. But it |
| 15369 | doesn't make sense to have an R2L tool bar if the menu bar cannot | 15369 | doesn't make sense to have an R2L tool bar if the menu bar cannot |
| 15370 | be drawn also R2L, and making the menu bar R2L is tricky due | 15370 | be drawn also R2L, and making the menu bar R2L is tricky due to |
| 15371 | toolkit-specific code that implements it. If an R2L tool bar is | 15371 | toolkit-specific code that implements it. If an R2L tool bar is |
| 15372 | ever supported, display_tool_bar_line should also be augmented to | 15372 | ever supported, display_tool_bar_line should also be augmented to |
| 15373 | call unproduce_glyphs like display_line and display_string | 15373 | call unproduce_glyphs like display_line and display_string |