diff src/filelock.c @ 638:40b255f55df3

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sun, 10 May 1992 18:15:10 +0000
parents 2bb7f23b7ea5
children 62dd28940dc6
line wrap: on
line diff
--- a/src/filelock.c	Sun May 10 18:13:22 1992 +0000
+++ b/src/filelock.c	Sun May 10 18:15:10 1992 +0000
@@ -65,7 +65,7 @@
 
 /* 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)))