unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#10370: 24.0.92; doctor fails because of unescaped "," characters
@ 2011-12-26 15:37 Ulrich Mueller
  2012-01-06  0:15 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Mueller @ 2011-12-26 15:37 UTC (permalink / raw)
  To: 10370

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/\ \.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#10370: 24.0.92; doctor fails because of unescaped "," characters
  2011-12-26 15:37 bug#10370: 24.0.92; doctor fails because of unescaped "," characters Ulrich Mueller
@ 2012-01-06  0:15 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2012-01-06  0:15 UTC (permalink / raw)
  To: 10370-done

Version: 24.0.93

Ulrich Mueller wrote:

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

Thanks; applied.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-06  0:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-26 15:37 bug#10370: 24.0.92; doctor fails because of unescaped "," characters Ulrich Mueller
2012-01-06  0:15 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).