diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 1ccd8356ad2..e927c12c098 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -1511,7 +1511,7 @@ main (argc, argv) | |||
| 1511 | a valid drive designator, are interpreted as drive:path, not | 1511 | a valid drive designator, are interpreted as drive:path, not |
| 1512 | file:stream, and treated as absolute. | 1512 | file:stream, and treated as absolute. |
| 1513 | The user can still pass a file:stream if desired (for example, | 1513 | The user can still pass a file:stream if desired (for example, |
| 1514 | .\X:Y, but it is not very useful, as Emacs currently does a | 1514 | .\X:Y), but it is not very useful, as Emacs currently does a |
| 1515 | very bad job of dealing wih NTFS streams. */ | 1515 | very bad job of dealing wih NTFS streams. */ |
| 1516 | { | 1516 | { |
| 1517 | char *filename = (char *) xmalloc (MAX_PATH); | 1517 | char *filename = (char *) xmalloc (MAX_PATH); |