1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

* src/minibuf.c (read_minibuf): Add a FIXME comment.

This commit is contained in:
Paul Eggert 2018-04-24 14:25:55 -07:00
parent 449751a02f
commit 1a6f595736

View File

@ -595,6 +595,10 @@ read_minibuf (Lisp_Object map, Lisp_Object initial, Lisp_Object prompt,
XWINDOW (minibuf_window)->hscroll = 0;
XWINDOW (minibuf_window)->suspend_auto_hscroll = 0;
/* Why does this code set print-escape-newlines? No call to Fprin1
or to Fprint is anywhere in sight. FIXME: Either remove the next
two lines of code along with this comment, or replace this
comment with an explanation for why the two lines are needed. */
Fmake_local_variable (Qprint_escape_newlines);
print_escape_newlines = 1;