]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_minibuffer): Make name buffer large enough.
authorKarl Heuer <kwzh@gnu.org>
Mon, 7 Mar 1994 18:55:55 +0000 (18:55 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 7 Mar 1994 18:55:55 +0000 (18:55 +0000)
src/minibuf.c

index 49b3c4d3a8c094e2db0d21c156620802d538fae7..f458133bc6dd5382075bd2c01ade7d238a5858c2 100644 (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;