mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 20:50:52 -08:00
; * src/xdisp.c (syms_of_xdisp): Fix formatting of last change.
This commit is contained in:
parent
b5997c0f10
commit
a602e86bc1
1 changed files with 2 additions and 3 deletions
|
|
@ -36549,9 +36549,8 @@ and display the most important part of the minibuffer. */);
|
|||
/* See bug#43519 for some discussion around this. */
|
||||
redisplay_adhoc_scroll_in_resize_mini_windows = true;
|
||||
|
||||
DEFVAR_BOOL ("composition-break-at-point",
|
||||
composition_break_at_point,
|
||||
doc: /* If non-nil, prevent auto-composition of characters around point.
|
||||
DEFVAR_BOOL ("composition-break-at-point", composition_break_at_point,
|
||||
doc: /* If non-nil, prevent auto-composition of characters around point.
|
||||
This makes it easier to edit character sequences that are
|
||||
composed on display. */);
|
||||
composition_break_at_point = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue