diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 5cb6919a0f5..11b3fe2b9c2 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -595,6 +595,10 @@ read_minibuf (Lisp_Object map, Lisp_Object initial, Lisp_Object prompt, | |||
| 595 | XWINDOW (minibuf_window)->hscroll = 0; | 595 | XWINDOW (minibuf_window)->hscroll = 0; |
| 596 | XWINDOW (minibuf_window)->suspend_auto_hscroll = 0; | 596 | XWINDOW (minibuf_window)->suspend_auto_hscroll = 0; |
| 597 | 597 | ||
| 598 | /* Why does this code set print-escape-newlines? No call to Fprin1 | ||
| 599 | or to Fprint is anywhere in sight. FIXME: Either remove the next | ||
| 600 | two lines of code along with this comment, or replace this | ||
| 601 | comment with an explanation for why the two lines are needed. */ | ||
| 598 | Fmake_local_variable (Qprint_escape_newlines); | 602 | Fmake_local_variable (Qprint_escape_newlines); |
| 599 | print_escape_newlines = 1; | 603 | print_escape_newlines = 1; |
| 600 | 604 | ||