From: Po Lu Date: Thu, 20 Feb 2025 06:27:03 +0000 (+0800) Subject: ; * src/pdumper.c (Fdump_emacs_portable): Fix typo in comment. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7571d6a38dc2f3fa0c7e5de67327b36748d82d8c;p=emacs.git ; * src/pdumper.c (Fdump_emacs_portable): Fix typo in comment. (cherry picked from commit b65971b2c06d34c268b2b0280056e478dbc31586) --- diff --git a/src/pdumper.c b/src/pdumper.c index 0cb5ddda644..fc3b5d18bde 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -4257,7 +4257,7 @@ types. */) strcpy (filename_1 + len - 5, ".dmp"); filename = DECODE_FILE (build_unibyte_string (filename_1)); } -#endif /* !MSDOS */ +#endif /* MSDOS */ ctx->fd = emacs_open (filename_1, O_RDWR | O_TRUNC | O_CREAT, 0666); SAFE_FREE (); }