diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-10-19 13:29:26 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-10-19 13:29:26 +0000 |
commit | e597d8fb4f46747a6f7b1ae5c181c05b8df81def (patch) | |
tree | 731d301fc5966be6bafee2c0e460f970cb18ef4a | |
parent | 17401c97e685c7c966f62298451678fbd11e93c4 (diff) | |
download | emacs-e597d8fb4f46747a6f7b1ae5c181c05b8df81def.tar.gz |
(doctor-death): Update the Samaritans'
anonymous address, and add a website for Befrienders
International.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/play/doctor.el | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ddb10778824..c2ba74a7495 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,10 @@ * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile. + * play/doctor.el (doctor-death): Update the Samaritans' + anonymous address, and add a website for Befrienders + International. + 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br> * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs. Avoid diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index c5ed41d9b48..eed63bca9df 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el @@ -1,6 +1,6 @@ ;;; doctor.el --- psychological help for frustrated users. -;; Copyright (C) 1985, 1987, 1994, 1996 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1987, 1994, 1996, 2000 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: games @@ -1595,7 +1595,9 @@ Hack on previous word, setting global variable OWNER to correct result." (doctor-type '(If you are really suicidal, you might want to contact the Samaritans via E-mail: jo@samaritans.org or, at your option, - anonymous E-mail: samaritans@anon.penet.fi\ \. + anonymous E-mail: samaritans@anon.twwells.com\ \. + or find a Befrienders crisis center at + http://www.befrienders.org/\ \. ($ please) ($ continue) \.))) (t (doctor-type ($ deathlst))))) |