mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 05:01:02 -08:00
(get_minibuffer): Call Fkill_all_local_variables.
This commit is contained in:
parent
239c87a199
commit
5956f71d45
1 changed files with 4 additions and 1 deletions
|
|
@ -338,7 +338,10 @@ get_minibuffer (depth)
|
|||
XCONS (tail)->car = buf;
|
||||
}
|
||||
else
|
||||
reset_buffer (XBUFFER (buf));
|
||||
{
|
||||
reset_buffer (XBUFFER (buf));
|
||||
Fkill_all_local_variables (buf);
|
||||
}
|
||||
|
||||
return buf;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue