emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master cf94c99: ; * src/emacs.c (load_pdump): Adjust comment to recent c


From: Eli Zaretskii
Subject: master cf94c99: ; * src/emacs.c (load_pdump): Adjust comment to recent code changes.
Date: Sat, 16 Oct 2021 07:01:24 -0400 (EDT)

branch: master
commit cf94c9902de6fe161f66d6393d89633c8ef31c7e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/emacs.c (load_pdump): Adjust comment to recent code changes.
---
 src/emacs.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/emacs.c b/src/emacs.c
index 1f6490f..999690c 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -928,9 +928,9 @@ load_pdump (int argc, char **argv)
   path_exec = ns_relocate (path_exec);
 #endif
 
-  /* Look for "emacs.pdmp" in PATH_EXEC.  We hardcode "emacs" in
-     "emacs.pdmp" so that the Emacs binary still works if the user
-     copies and renames it.  */
+  /* Look for "emacs-FINGERPRINT.pdmp" in PATH_EXEC.  We hardcode
+     "emacs" in "emacs-FINGERPRINT.pdmp" so that the Emacs binary
+     still works if the user copies and renames it.  */
   hexbuf_size = 2 * sizeof fingerprint;
   hexbuf = xmalloc (hexbuf_size + 1);
   hexbuf_digest (hexbuf, (char *) fingerprint, sizeof fingerprint);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]