summaryrefslogtreecommitdiff
path: root/src/indent.c
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2021-11-22 14:06:14 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2021-11-22 14:06:14 -0500
commit0601afcf7c6c3498df010cef1511c38f254cbbf8 (patch)
tree82d1db781808bbac445aba92ec90b19d80d7b1a8 /src/indent.c
parentc3ac8285d42eeb88d7abf9670229884f1bbccaae (diff)
downloademacs-0601afcf7c6c3498df010cef1511c38f254cbbf8.tar.gz
src/indent.c, src/xdisp.c: Questions about with_echo_area_buffer_unwind_data
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indent.c b/src/indent.c
index de6b4895616..914dabf1e72 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -2051,6 +2051,7 @@ window_column_x (struct window *w, Lisp_Object window,
/* Restore window's buffer and point. */
+/* FIXME: Merge with `with_echo_area_buffer_unwind_data`? */
static void
restore_window_buffer (Lisp_Object list)
{