Mercurial > emacs
changeset 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 | bc6042c687a0 |
children | c6270c781781 |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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