emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 1a6f595: * src/minibuf.c (read_minibuf): Add a FIXM


From: Paul Eggert
Subject: [Emacs-diffs] master 1a6f595: * src/minibuf.c (read_minibuf): Add a FIXME comment.
Date: Tue, 24 Apr 2018 18:50:22 -0400 (EDT)

branch: master
commit 1a6f59573603a57f64f4bc8866d482a20ef1ea52
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/minibuf.c (read_minibuf): Add a FIXME comment.
---
 src/minibuf.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/minibuf.c b/src/minibuf.c
index 5cb6919..11b3fe2 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -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;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]