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
66e7fd46
Commit
66e7fd46
authored
Nov 18, 1994
by
Richard M. Stallman
Browse files
(init_filelock): Add missing semicolon.
parent
af8eb50d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/filelock.c
src/filelock.c
+1
-1
No files found.
src/filelock.c
View file @
66e7fd46
...
...
@@ -455,7 +455,7 @@ t if it is locked by you, else a string of the name of the locker.")
init_filelock
()
{
char
*
new_name
char
*
new_name
;
lock_dir
=
egetenv
(
"EMACSLOCKDIR"
);
if
(
!
lock_dir
)
...
...
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