Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
eb4b1c05
Commit
eb4b1c05
authored
Apr 29, 1998
by
Richard M. Stallman
Browse files
Fix previous change.
parent
81d70626
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/filelock.c
src/filelock.c
+2
-2
No files found.
src/filelock.c
View file @
eb4b1c05
...
...
@@ -368,7 +368,7 @@ lock_if_free (clasher, lfname)
void
lock_file
(
fn
)
register
Lisp_Object
fn
;
Lisp_Object
fn
;
{
register
Lisp_Object
attack
,
orig_fn
;
register
char
*
lfname
,
*
locker
;
...
...
@@ -384,7 +384,7 @@ lock_file (fn)
visited. */
{
register
Lisp_Object
subject_buf
;
struct
gcpro1
;
struct
gcpro
gcpro1
;
subject_buf
=
get_truename_buffer
(
orig_fn
);
GCPRO1
(
fn
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment