# HG changeset patch # User Miles Bader # Date 836324741 0 # Node ID 96a050ad79e0dd1c2310a42c5df11b3d21f03f48 # Parent 335aa5c3ce3450808ce2768d310439926680fd8d Delete spurious period from last change. diff -r 335aa5c3ce34 -r 96a050ad79e0 src/systty.h --- a/src/systty.h Tue Jul 02 16:25:19 1996 +0000 +++ b/src/systty.h Tue Jul 02 16:25:41 1996 +0000 @@ -295,7 +295,7 @@ /* EMACS_GETPGRP (arg) returns the process group of the process. */ #ifdef __GNU_LIBRARY__ -/* GNU libc by default defines getpgrp with no args on all systems. */. +/* GNU libc by default defines getpgrp with no args on all systems. */ #define GETPGRP_NO_ARG #else /* not __GNU_LIBRARY__ */ #if defined (USG) && !defined (GETPGRP_NEEDS_ARG)