* src/minibuf.c (read_minibuf): Add a FIXME comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Apr 2018 21:25:55 +0000 (14:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Apr 2018 22:50:17 +0000 (15:50 -0700)
src/minibuf.c

index 5cb6919a0f5e782e115781bd59249ba69cfc2c88..11b3fe2b9c27402d4929a5a3a40854e73c203fba 100644 (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;