diff options
author | Miles Bader <miles@gnu.org> | 1996-07-02 16:25:41 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-02 16:25:41 +0000 |
commit | afcaa5036f01fd37a3b793d4a2f22a7015f2eac3 (patch) | |
tree | 5d918646ac0f74e405b42f4c9a3ded6818ae538e /src | |
parent | 996b804dde127409f56d63f4dc85f180a17e0c28 (diff) | |
download | emacs-afcaa5036f01fd37a3b793d4a2f22a7015f2eac3.tar.gz |
Delete spurious period from last change.
Diffstat (limited to 'src')
-rw-r--r-- | src/systty.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |