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:
parent
6300d782d7
commit
9f6c23bc36
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue