diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/filelock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelock.c b/src/filelock.c index 6882443c1e5..c08a8a41f59 100644 --- a/src/filelock.c +++ b/src/filelock.c | |||
| @@ -558,6 +558,7 @@ lock_file (fn) | |||
| 558 | register Lisp_Object attack, orig_fn, encoded_fn; | 558 | register Lisp_Object attack, orig_fn, encoded_fn; |
| 559 | register char *lfname, *locker; | 559 | register char *lfname, *locker; |
| 560 | lock_info_type lock_info; | 560 | lock_info_type lock_info; |
| 561 | struct gcpro gcpro1; | ||
| 561 | 562 | ||
| 562 | /* Don't do locking while dumping Emacs. | 563 | /* Don't do locking while dumping Emacs. |
| 563 | Uncompressing wtmp files uses call-process, which does not work | 564 | Uncompressing wtmp files uses call-process, which does not work |
| @@ -577,7 +578,6 @@ lock_file (fn) | |||
| 577 | visited. */ | 578 | visited. */ |
| 578 | { | 579 | { |
| 579 | register Lisp_Object subject_buf; | 580 | register Lisp_Object subject_buf; |
| 580 | struct gcpro gcpro1; | ||
| 581 | 581 | ||
| 582 | subject_buf = get_truename_buffer (orig_fn); | 582 | subject_buf = get_truename_buffer (orig_fn); |
| 583 | 583 | ||