aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2025-02-20 14:27:03 +0800
committerPo Lu2025-02-20 14:27:03 +0800
commitb65971b2c06d34c268b2b0280056e478dbc31586 (patch)
tree182742217091f2836245e668fa743e5d5142074a /src
parent1468190e11b7eed49a024ffbff3da2bca21862bc (diff)
downloademacs-b65971b2c06d34c268b2b0280056e478dbc31586.tar.gz
emacs-b65971b2c06d34c268b2b0280056e478dbc31586.zip
; * src/pdumper.c (Fdump_emacs_portable): Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/pdumper.c2
1 files changed, 1 insertions, 1 deletions
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. */)
4257 strcpy (filename_1 + len - 5, ".dmp"); 4257 strcpy (filename_1 + len - 5, ".dmp");
4258 filename = DECODE_FILE (build_unibyte_string (filename_1)); 4258 filename = DECODE_FILE (build_unibyte_string (filename_1));
4259 } 4259 }
4260#endif /* !MSDOS */ 4260#endif /* MSDOS */
4261 ctx->fd = emacs_open (filename_1, O_RDWR | O_TRUNC | O_CREAT, 0666); 4261 ctx->fd = emacs_open (filename_1, O_RDWR | O_TRUNC | O_CREAT, 0666);
4262 SAFE_FREE (); 4262 SAFE_FREE ();
4263 } 4263 }