diff options
author | Jim Blandy <jimb@redhat.com> | 1992-05-10 18:15:10 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-05-10 18:15:10 +0000 |
commit | e065a56e2d6322cba165ceb5c1d46cc59c5a5148 (patch) | |
tree | 4b00ff121a271a6b9e8df84cf7eb1fb340be0e3d /src/filelock.c | |
parent | 1b1f8f85bf08bd6b1cdb5ca8d731ff3b12ff60d2 (diff) | |
download | emacs-e065a56e2d6322cba165ceb5c1d46cc59c5a5148.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/filelock.c')
-rw-r--r-- | src/filelock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelock.c b/src/filelock.c index 7a473753e58..b76ee689d55 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -65,7 +65,7 @@ char *superlock_path; /* Set LOCK to the name of the lock file for the filename FILE. char *LOCK; Lisp_Object FILE; */ -#define MAKE_LOCK_PATH (lock, file) \ +#define MAKE_LOCK_PATH(lock, file) \ (lock = (char *) alloca (XSTRING (file)->size + strlen (lock_path) + 1), \ fill_in_lock_file_name (lock, (file))) |