diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 74cf3d79157..38dc33b2a20 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -140,10 +140,6 @@ read_minibuf (map, initial, prompt, backup_n, expflag, histvar, histpos) | |||
| 140 | if (!STRINGP (prompt)) | 140 | if (!STRINGP (prompt)) |
| 141 | prompt = build_string (""); | 141 | prompt = build_string (""); |
| 142 | 142 | ||
| 143 | /* Emacs in -batch mode calls minibuffer: print the prompt. */ | ||
| 144 | if (noninteractive && STRINGP (prompt)) | ||
| 145 | printf ("%s", XSTRING (prompt)->data); | ||
| 146 | |||
| 147 | if (!enable_recursive_minibuffers | 143 | if (!enable_recursive_minibuffers |
| 148 | && minibuf_level > 0 | 144 | && minibuf_level > 0 |
| 149 | && (EQ (selected_window, minibuf_window))) | 145 | && (EQ (selected_window, minibuf_window))) |