aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2002-02-08 21:23:53 +0000
committerKim F. Storm2002-02-08 21:23:53 +0000
commitd191623b30fbfc868a62ccd4e71418b76a4974ab (patch)
treebd278757ef5395c05c758afb26ce50dc34f4e16c /src
parent9f69e812dc2718f32487905a8502eda1180ce2b8 (diff)
downloademacs-d191623b30fbfc868a62ccd4e71418b76a4974ab.tar.gz
emacs-d191623b30fbfc868a62ccd4e71418b76a4974ab.zip
(SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
Changed mail addresses to emacs-devel@gnu.org.
Diffstat (limited to 'src')
-rw-r--r--src/alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 4e3b314e824..0ab1820e83a 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -3585,7 +3585,7 @@ If you are a system-programmer, or can get the help of a local wizard\n\
3585who is, please take a look at the function mark_stack in alloc.c, and\n\ 3585who is, please take a look at the function mark_stack in alloc.c, and\n\
3586verify that the methods used are appropriate for your system.\n\ 3586verify that the methods used are appropriate for your system.\n\
3587\n\ 3587\n\
3588Please mail the result to <gerd@gnu.org>.\n\ 3588Please mail the result to <emacs-devel@gnu.org>.\n\
3589" 3589"
3590 3590
3591#define SETJMP_WILL_NOT_WORK "\ 3591#define SETJMP_WILL_NOT_WORK "\
@@ -3597,7 +3597,7 @@ solution for your system.\n\
3597\n\ 3597\n\
3598Please take a look at the function mark_stack in alloc.c, and\n\ 3598Please take a look at the function mark_stack in alloc.c, and\n\
3599try to find a way to make it work on your system.\n\ 3599try to find a way to make it work on your system.\n\
3600Please mail the result to <gerd@gnu.org>.\n\ 3600Please mail the result to <emacs-devel@gnu.org>.\n\
3601" 3601"
3602 3602
3603 3603