From: Karl Heuer Date: Mon, 7 Mar 1994 18:55:55 +0000 (+0000) Subject: (get_minibuffer): Make name buffer large enough. X-Git-Tag: emacs-19.34~9617 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f6c23bc36bbc3c39e8b4fcc6da038bcc7211bc5;p=emacs.git (get_minibuffer): Make name buffer large enough. --- 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) int depth; { Lisp_Object tail, num, buf; - char name[14]; + char name[24]; extern Lisp_Object nconc2 (); XFASTINT (num) = depth;