1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-25 01:10:47 -08:00

(get_minibuffer): Make name buffer large enough.

This commit is contained in:
Karl Heuer 1994-03-07 18:55:55 +00:00
parent 6300d782d7
commit 9f6c23bc36

View file

@ -307,7 +307,7 @@ get_minibuffer (depth)
int depth;
{
Lisp_Object tail, num, buf;
char name[14];
char name[24];
extern Lisp_Object nconc2 ();
XFASTINT (num) = depth;