diff options
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c index 72c32afa34e..2599dc9d5a1 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Lisp functions pertaining to editing. | 1 | /* Lisp functions pertaining to editing. |
| 2 | Copyright (C) 1985,86,87,89,93,94,95 Free Software Foundation, Inc. | 2 | Copyright (C) 1985,86,87,89,93,94,95,96 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -585,7 +585,7 @@ name, or \"unknown\" if no such user could be found.") | |||
| 585 | error ("Invalid UID specification"); | 585 | error ("Invalid UID specification"); |
| 586 | 586 | ||
| 587 | if (!pw) | 587 | if (!pw) |
| 588 | return make_string ("unknown"); | 588 | return build_string ("unknown"); |
| 589 | 589 | ||
| 590 | p = (unsigned char *) USER_FULL_NAME; | 590 | p = (unsigned char *) USER_FULL_NAME; |
| 591 | /* Chop off everything after the first comma. */ | 591 | /* Chop off everything after the first comma. */ |