diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 70433f4d330..221cb175dd8 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -860,7 +860,7 @@ usage: (file-name-concat DIRECTORY &rest COMPONENTS) */) | |||
| 860 | ptrdiff_t i; | 860 | ptrdiff_t i; |
| 861 | 861 | ||
| 862 | /* First go through the list to check the types and see whether | 862 | /* First go through the list to check the types and see whether |
| 863 | they're all of the same multibytedness. */ | 863 | they're all of the same multibyteness. */ |
| 864 | for (i = 0; i < nargs; i++) | 864 | for (i = 0; i < nargs; i++) |
| 865 | { | 865 | { |
| 866 | Lisp_Object arg = args[i]; | 866 | Lisp_Object arg = args[i]; |