[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106792: * lisp/play/doctor.el (docto
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106792: * lisp/play/doctor.el (doctor-death): Escape ", " characters. |
Date: |
Thu, 05 Jan 2012 19:12:46 -0500 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106792
fixes bug(s): http://debbugs.gnu.org/10370
author: Ulrich Mueller <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-01-05 19:12:46 -0500
message:
* lisp/play/doctor.el (doctor-death): Escape "," characters.
modified:
lisp/ChangeLog
lisp/play/doctor.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-01-05 23:36:41 +0000
+++ b/lisp/ChangeLog 2012-01-06 00:12:46 +0000
@@ -1,3 +1,7 @@
+2012-01-06 Ulrich Mueller <address@hidden>
+
+ * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
+
2012-01-05 Glenn Morris <address@hidden>
* eshell/em-unix.el (diff-no-select): Autoload it.
=== modified file 'lisp/play/doctor.el'
--- a/lisp/play/doctor.el 2012-01-05 09:46:05 +0000
+++ b/lisp/play/doctor.el 2012-01-06 00:12:46 +0000
@@ -1576,9 +1576,9 @@
(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: address@hidden or, at your option,
+ E-mail: address@hidden or\, at your option\,
anonymous E-mail: address@hidden \.
or find a Befrienders crisis center at
http://www.befrienders.org/\ \.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106792: * lisp/play/doctor.el (doctor-death): Escape ", " characters.,
Glenn Morris <=