(Fsuspend_emacs): Make tem not register.

This commit is contained in:
Richard M. Stallman 1993-02-21 02:08:17 +00:00
parent 8ada529bea
commit 3a69360c11

View file

@ -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;