summaryrefslogtreecommitdiff
path: root/src/filelock.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-10-14 09:19:34 +0000
committerDave Love <fx@gnu.org>1999-10-14 09:19:34 +0000
commit3edc33a4a9252a7259f50532b52e97af73a3e75e (patch)
tree1992c05ee8ea20acb6e68ccfa51eed82c386f40c /src/filelock.c
parentb7c1e3294e55cb697d9c4acb58950b938ef6f8a4 (diff)
downloademacs-3edc33a4a9252a7259f50532b52e97af73a3e75e.tar.gz
(lock_file): Fix previous change.
Diffstat (limited to 'src/filelock.c')
-rw-r--r--src/filelock.c2
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)
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 @@ lock_file (fn)
visited. */
{
register Lisp_Object subject_buf;
- struct gcpro gcpro1;
subject_buf = get_truename_buffer (orig_fn);