# HG changeset patch # User Richard M. Stallman # Date 850099304 0 # Node ID 912ff9d36bb1a3e1a7a06bb46c9d4e6104d63bc0 # Parent fa79e7cb58d4cbb0ffb87a65387070165a7d1acf (Fuser_full_name): Use build_string instead of make_string. diff -r fa79e7cb58d4 -r 912ff9d36bb1 src/editfns.c --- a/src/editfns.c Mon Dec 09 02:29:24 1996 +0000 +++ b/src/editfns.c Mon Dec 09 02:41:44 1996 +0000 @@ -1,5 +1,5 @@ /* Lisp functions pertaining to editing. - Copyright (C) 1985,86,87,89,93,94,95 Free Software Foundation, Inc. + Copyright (C) 1985,86,87,89,93,94,95,96 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -585,7 +585,7 @@ error ("Invalid UID specification"); if (!pw) - return make_string ("unknown"); + return build_string ("unknown"); p = (unsigned char *) USER_FULL_NAME; /* Chop off everything after the first comma. */