1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-13 02:12:18 -07:00

Need "www." in the url, otherwise the fragment identifier gets lost as a result of the redirect.

Copied from Perforce
 Change: 187074
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-09-27 23:22:25 +01:00
parent c968255f1e
commit 044a130da2

View file

@ -70,7 +70,7 @@ static void mps_lib_assert_fail_default(const char *file, unsigned line,
"The MPS detected a problem!\n"
"%s:%u: MPS ASSERTION FAILED: %s\n"
"See the \"Assertions\" section in the reference manual:\n"
"http://ravenbrook.com/project/mps/master/manual/html/topic/error.html#assertions\n",
"http://www.ravenbrook.com/project/mps/master/manual/html/topic/error.html#assertions\n",
file, line, condition);
/* Ensure the message is output even if stderr is buffered. */
(void)fflush(stderr);