diff options
| author | Richard M. Stallman | 1993-02-21 02:08:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-02-21 02:08:17 +0000 |
| commit | 3a69360c115d7d3893c7d5416ed781adc681920b (patch) | |
| tree | b2067eb5077036642ba74e1640231dc2278aba13 /src | |
| parent | 8ada529beaecb499f1518c91f66d40953fd70ed4 (diff) | |
| download | emacs-3a69360c115d7d3893c7d5416ed781adc681920b.tar.gz emacs-3a69360c115d7d3893c7d5416ed781adc681920b.zip | |
(Fsuspend_emacs): Make tem not register.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index d7e5d1752aa..404bbb30d02 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -3782,7 +3782,7 @@ 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; |