(Fsuspend_emacs): Make tem not register.
This commit is contained in:
parent
8ada529bea
commit
3a69360c11
1 changed files with 1 additions and 1 deletions
|
@ -3782,7 +3782,7 @@ On such systems, Emacs starts a subshell instead of suspending.")
|
|||
(stuffstring)
|
||||
Lisp_Object stuffstring;
|
||||
{
|
||||
register Lisp_Object tem;
|
||||
Lisp_Object tem;
|
||||
int count = specpdl_ptr - specpdl;
|
||||
int old_height, old_width;
|
||||
int width, height;
|
||||
|
|
Loading…
Add table
Reference in a new issue