diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 49b3c4d3a8c..f458133bc6d 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -307,7 +307,7 @@ get_minibuffer (depth) | |||
| 307 | int depth; | 307 | int depth; |
| 308 | { | 308 | { |
| 309 | Lisp_Object tail, num, buf; | 309 | Lisp_Object tail, num, buf; |
| 310 | char name[14]; | 310 | char name[24]; |
| 311 | extern Lisp_Object nconc2 (); | 311 | extern Lisp_Object nconc2 (); |
| 312 | 312 | ||
| 313 | XFASTINT (num) = depth; | 313 | XFASTINT (num) = depth; |