Mercurial > emacs
diff src/filelock.c @ 26012:7c6e372f60a9
(lock_file): Fix previous change.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Thu, 14 Oct 1999 09:19:34 +0000 |
| parents | ca384fd94454 |
| children | b7aa6ac26872 |
line wrap: on
line diff
--- a/src/filelock.c Wed Oct 13 22:45:44 1999 +0000 +++ b/src/filelock.c Thu Oct 14 09:19:34 1999 +0000 @@ -558,6 +558,7 @@ register Lisp_Object attack, orig_fn, encoded_fn; register char *lfname, *locker; lock_info_type lock_info; + struct gcpro gcpro1; /* Don't do locking while dumping Emacs. Uncompressing wtmp files uses call-process, which does not work @@ -577,7 +578,6 @@ visited. */ { register Lisp_Object subject_buf; - struct gcpro gcpro1; subject_buf = get_truename_buffer (orig_fn);
