diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-11-22 14:06:14 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-11-22 14:06:14 -0500 |
commit | 0601afcf7c6c3498df010cef1511c38f254cbbf8 (patch) | |
tree | 82d1db781808bbac445aba92ec90b19d80d7b1a8 /src/indent.c | |
parent | c3ac8285d42eeb88d7abf9670229884f1bbccaae (diff) | |
download | emacs-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.c | 1 |
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) { |