Mercurial > emacs
diff src/buffer.c @ 9810:c76b3e670eb3
(init_buffer): Fix error message syntax.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 02 Nov 1994 01:22:31 +0000 |
| parents | a72386110d83 |
| children | beb59716f299 |
line wrap: on
line diff
--- a/src/buffer.c Tue Nov 01 21:06:55 1994 +0000 +++ b/src/buffer.c Wed Nov 02 01:22:31 1994 +0000 @@ -2598,7 +2598,7 @@ && strlen (pwd) < MAXPATHLEN) strcpy (buf, pwd); else if (getwd (buf) == 0) - fatal ("`getwd' failed: %s.\n", buf); + fatal ("`getwd' failed: %s\n", buf); #ifndef VMS /* Maybe this should really use some standard subroutine
