aboutsummaryrefslogtreecommitdiffstats
path: root/src/minibuf.c
diff options
context:
space:
mode:
authorStefan Monnier2010-12-10 19:13:08 -0500
committerStefan Monnier2010-12-10 19:13:08 -0500
commit2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch)
treef26dc9f22861dc37610de319d05255de058c221b /src/minibuf.c
parent0c747cb143fa227e78f350ac353d703f489209df (diff)
parent175069efeb080517afefdd44a06f7a779ea8c25c (diff)
downloademacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz
emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip
Merge from trunk
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) */