From: Miles Bader Date: Tue, 2 Jul 1996 16:25:41 +0000 (+0000) Subject: Delete spurious period from last change. X-Git-Tag: emacs-19.34~276 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=afcaa5036f01fd37a3b793d4a2f22a7015f2eac3;p=emacs.git Delete spurious period from last change. --- diff --git a/src/systty.h b/src/systty.h index 59e5ad813f7..d9376fa18e5 100644 --- a/src/systty.h +++ b/src/systty.h @@ -295,7 +295,7 @@ static struct sensemode { /* 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)