comparison src/keyboard.c @ 1895:b497a7ec0d58

(Fsuspend_emacs): Make tem not register.
author Richard M. Stallman <rms@gnu.org>
date Sun, 21 Feb 1993 02:08:17 +0000
parents 035c39b0b1b9
children 06ecd9e51ca0
comparison
equal deleted inserted replaced
1894:73a56a618d25 1895:b497a7ec0d58
3780 Some operating systems cannot stop the Emacs process and resume it later.\n\ 3780 Some operating systems cannot stop the Emacs process and resume it later.\n\
3781 On such systems, Emacs starts a subshell instead of suspending.") 3781 On such systems, Emacs starts a subshell instead of suspending.")
3782 (stuffstring) 3782 (stuffstring)
3783 Lisp_Object stuffstring; 3783 Lisp_Object stuffstring;
3784 { 3784 {
3785 register Lisp_Object tem; 3785 Lisp_Object tem;
3786 int count = specpdl_ptr - specpdl; 3786 int count = specpdl_ptr - specpdl;
3787 int old_height, old_width; 3787 int old_height, old_width;
3788 int width, height; 3788 int width, height;
3789 struct gcpro gcpro1, gcpro2; 3789 struct gcpro gcpro1, gcpro2;
3790 extern init_sys_modes (); 3790 extern init_sys_modes ();