aboutsummaryrefslogtreecommitdiffstats
path: root/src/minibuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/minibuf.c')
-rw-r--r--src/minibuf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index f3a24afc199..0f3def614f2 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -36,8 +36,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
36#include "keymap.h" 36#include "keymap.h"
37#include "termhooks.h" 37#include "termhooks.h"
38 38
39extern int quit_char;
40
41/* List of buffers for use as minibuffers. 39/* List of buffers for use as minibuffers.
42 The first element of the list is used for the outermost minibuffer 40 The first element of the list is used for the outermost minibuffer
43 invocation, the next element is used for a recursive minibuffer 41 invocation, the next element is used for a recursive minibuffer
@@ -2242,5 +2240,3 @@ properties. */);
2242 defsubr (&Scompleting_read); 2240 defsubr (&Scompleting_read);
2243} 2241}
2244 2242
2245/* arch-tag: 8f69b601-fba3-484c-a6dd-ceaee54a7a73
2246 (do not change this comment) */