aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2022-02-12 20:45:06 +0200
committerEli Zaretskii2022-02-12 20:45:06 +0200
commita602e86bc1c10f44dbe9d2680bece2f552a54707 (patch)
treefcf22542462b8fb870e71ad90ebc0d07ab8ccb1f /src
parentb5997c0f108d265917f899f6558ac56a8638451d (diff)
downloademacs-a602e86bc1c10f44dbe9d2680bece2f552a54707.tar.gz
emacs-a602e86bc1c10f44dbe9d2680bece2f552a54707.zip
; * src/xdisp.c (syms_of_xdisp): Fix formatting of last change.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index ec8d53e5ccb..d0fb0ea733f 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -36549,9 +36549,8 @@ and display the most important part of the minibuffer. */);
36549 /* See bug#43519 for some discussion around this. */ 36549 /* See bug#43519 for some discussion around this. */
36550 redisplay_adhoc_scroll_in_resize_mini_windows = true; 36550 redisplay_adhoc_scroll_in_resize_mini_windows = true;
36551 36551
36552 DEFVAR_BOOL ("composition-break-at-point", 36552 DEFVAR_BOOL ("composition-break-at-point", composition_break_at_point,
36553 composition_break_at_point, 36553 doc: /* If non-nil, prevent auto-composition of characters around point.
36554 doc: /* If non-nil, prevent auto-composition of characters around point.
36555This makes it easier to edit character sequences that are 36554This makes it easier to edit character sequences that are
36556composed on display. */); 36555composed on display. */);
36557 composition_break_at_point = false; 36556 composition_break_at_point = false;