emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 21351cc: ; * src/lread.c (Fread): Make the commen


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 21351cc: ; * src/lread.c (Fread): Make the comment wording more accurate.
Date: Sat, 6 Jul 2019 04:41:19 -0400 (EDT)

branch: emacs-26
commit 21351ccc0081167a6dc1b9e9327217c5efdb6827
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/lread.c (Fread): Make the comment wording more accurate.
---
 src/lread.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/lread.c b/src/lread.c
index b0eb29a..5c7bd39 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -2172,7 +2172,10 @@ STREAM or the value of `standard-input' may be:
   if (EQ (stream, Qt))
     stream = Qread_char;
   if (EQ (stream, Qread_char))
-    /* FIXME: ?! When is this used !?  */
+    /* FIXME: ?! This is used when the reader is called from the
+       minibuffer without a stream, as in (read).  But is this feature
+       ever used, and if so, why?  IOW, will anything break if this
+       feature is removed !?  */
     return call1 (intern ("read-minibuffer"),
                  build_string ("Lisp expression: "));
 



reply via email to

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