diff options
| author | Kim F. Storm | 2002-02-08 21:23:53 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-02-08 21:23:53 +0000 |
| commit | d191623b30fbfc868a62ccd4e71418b76a4974ab (patch) | |
| tree | bd278757ef5395c05c758afb26ce50dc34f4e16c /src/alloc.c | |
| parent | 9f69e812dc2718f32487905a8502eda1180ce2b8 (diff) | |
| download | emacs-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/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
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\ | |||
| 3585 | who is, please take a look at the function mark_stack in alloc.c, and\n\ | 3585 | who is, please take a look at the function mark_stack in alloc.c, and\n\ |
| 3586 | verify that the methods used are appropriate for your system.\n\ | 3586 | verify that the methods used are appropriate for your system.\n\ |
| 3587 | \n\ | 3587 | \n\ |
| 3588 | Please mail the result to <gerd@gnu.org>.\n\ | 3588 | Please 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\ |
| 3598 | Please take a look at the function mark_stack in alloc.c, and\n\ | 3598 | Please take a look at the function mark_stack in alloc.c, and\n\ |
| 3599 | try to find a way to make it work on your system.\n\ | 3599 | try to find a way to make it work on your system.\n\ |
| 3600 | Please mail the result to <gerd@gnu.org>.\n\ | 3600 | Please mail the result to <emacs-devel@gnu.org>.\n\ |
| 3601 | " | 3601 | " |
| 3602 | 3602 | ||
| 3603 | 3603 | ||