diff options
author | Ulrich Mueller <ulm@gentoo.org> | 2012-01-05 19:12:46 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-01-05 19:12:46 -0500 |
commit | 7dccca16f091f50606a0dcdc1f592d573c01b658 (patch) | |
tree | 299862b1a68ac8402a483bc6c13b72392e6b1566 /lisp/play/doctor.el | |
parent | afbb793039d5777d3cac6af9e00f27139ddf8dd7 (diff) | |
download | emacs-7dccca16f091f50606a0dcdc1f592d573c01b658.tar.gz |
* lisp/play/doctor.el (doctor-death): Escape "," characters.
Fixes: debbugs:10370
Diffstat (limited to 'lisp/play/doctor.el')
-rw-r--r-- | lisp/play/doctor.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index ad8e4189c22..d79f9cd31bd 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el @@ -1576,9 +1576,9 @@ Hack on previous word, setting global variable DOCTOR-OWNER to correct result." (equal doctor-found 'killing)) (memq 'yourself doctor-sent))) (setq doctor--suicide-flag t) - (doctor-type '(If you are really suicidal, you might + (doctor-type '(If you are really suicidal\, you might want to contact the Samaritans via - E-mail: jo@samaritans.org or, at your option, + E-mail: jo@samaritans.org or\, at your option\, anonymous E-mail: samaritans@anon.twwells.com\ \. or find a Befrienders crisis center at http://www.befrienders.org/\ \. |