]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/emacs.c (load_pdump): Adjust comment to recent code changes.
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Oct 2021 11:00:52 +0000 (14:00 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Oct 2021 11:00:52 +0000 (14:00 +0300)
src/emacs.c

index 1f6490fbc047998b7a329107075753b262d8ff10..999690c7e0e209b36ab0758300aa48f581694b4b 100644 (file)
@@ -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);