aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-11-18 20:27:24 +0000
committerRichard M. Stallman1994-11-18 20:27:24 +0000
commit66e7fd4669af6477086904e4c538ab6702858afa (patch)
tree304d147f973372eb7130480d19c876545c39c125 /src
parentaf8eb50dd287ffeb2b6767f07c9191f946938ee1 (diff)
downloademacs-66e7fd4669af6477086904e4c538ab6702858afa.tar.gz
emacs-66e7fd4669af6477086904e4c538ab6702858afa.zip
(init_filelock): Add missing semicolon.
Diffstat (limited to 'src')
-rw-r--r--src/filelock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelock.c b/src/filelock.c
index 24c1c26bf59..8bc38bbbe7a 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -455,7 +455,7 @@ t if it is locked by you, else a string of the name of the locker.")
455 455
456init_filelock () 456init_filelock ()
457{ 457{
458 char *new_name 458 char *new_name;
459 459
460 lock_dir = egetenv ("EMACSLOCKDIR"); 460 lock_dir = egetenv ("EMACSLOCKDIR");
461 if (! lock_dir) 461 if (! lock_dir)