1
Fork 0
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:
Eli Zaretskii 2022-02-12 20:45:06 +02:00
parent b5997c0f10
commit a602e86bc1

View file

@ -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;