bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10370: 24.0.92; doctor fails because of unescaped "," characters


From: Ulrich Mueller
Subject: bug#10370: 24.0.92; doctor fails because of unescaped "," characters
Date: Mon, 26 Dec 2011 16:37:08 +0100

Tags: patch

In function doctor-death, there are several unescaped "," characters,
resulting in the following error:

Symbol's function definition is void: \,


This patch should fix the problem:

2011-12-26  Ulrich Mueller  <ulm@gentoo.org>

        * doctor.el (doctor-death): Escape "," characters.

--- emacs-orig/lisp/play/doctor.el
+++ emacs/lisp/play/doctor.el
@@ -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: 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/\ \.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]