aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index 7ae4c91a228..ee3fbef5c91 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */
21 21
22 22
23#include <config.h> 23#include <config.h>
24#include <stdio.h>
24#include "lisp.h" 25#include "lisp.h"
25#include "commands.h" 26#include "commands.h"
26#include "buffer.h" 27#include "buffer.h"
@@ -199,8 +200,6 @@ without invoking the usual minibuffer commands.")
199 return window; 200 return window;
200} 201}
201 202
202#include <stdio.h>
203
204 203
205/* Actual minibuffer invocation. */ 204/* Actual minibuffer invocation. */
206 205