mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-20 12:40:56 -08:00
(code_conversion_restore): GCPRO arg.
This commit is contained in:
parent
877173ab42
commit
948bdcf344
1 changed files with 3 additions and 0 deletions
|
|
@ -6596,7 +6596,9 @@ code_conversion_restore (arg)
|
|||
Lisp_Object arg;
|
||||
{
|
||||
Lisp_Object current, workbuf;
|
||||
struct gcpro gcpro1;
|
||||
|
||||
GCPRO1 (arg);
|
||||
current = XCAR (arg);
|
||||
workbuf = XCDR (arg);
|
||||
if (! NILP (workbuf))
|
||||
|
|
@ -6607,6 +6609,7 @@ code_conversion_restore (arg)
|
|||
Fkill_buffer (workbuf);
|
||||
}
|
||||
set_buffer_internal (XBUFFER (current));
|
||||
UNGCPRO;
|
||||
return Qnil;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue