# HG changeset patch # User Geoff Voelker # Date 896571736 0 # Node ID ce79e5edf080f3e643c0db712f029b9cd17f8d16 # Parent 83928cc3329e0e3a9fef9d51f17a13c9352bf063 (w32_fatal_reload_error): Update error message. diff -r 83928cc3329e -r ce79e5edf080 src/unexw32.c --- a/src/unexw32.c Sat May 30 23:41:57 1998 +0000 +++ b/src/unexw32.c Sat May 30 23:42:16 1998 +0000 @@ -628,7 +628,10 @@ "Heap end: 0x%08x\n\n" "This error typically happens when the system loads a DLL into\n" "the middle of Emacs' address space, preventing Emacs from\n" - "loading its heap there. If you think that you have installed\n" + "loading its heap there. If this happens only occasionally, then\n" + "you can probably ignore it. But if it happens so often that\n" + "you cannot get Emacs to start reliably, and you think that Emacs\n" + "is installed correctly, then you have a couple of options:\n\n" "Emacs correctly, then you have two options:\n\n" "1) You can dump Emacs yourself. By doing this, you ensure that\n" "Emacs' heap fits around the DLLs in your system. To dump Emacs,\n"