]> git.eshelyaron.com Git - emacs.git/commitdiff
play/doctor.el: bugfix for `doctor-mode'.
authorBastien Guerry <bastien1@free.fr>
Wed, 16 Feb 2011 16:55:21 +0000 (17:55 +0100)
committerBastien Guerry <bastien1@free.fr>
Wed, 16 Feb 2011 16:55:21 +0000 (17:55 +0100)
* play/doctor.el (doctor-mode): Bugfix: escape the "," character
in a `doctor-type' argument.

lisp/ChangeLog
lisp/play/doctor.el

index 5d346845e587e413b109e7a53e42a27a29b27453..ce58c47ad1271a77e327b00e3bdda8225cbc1d32 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-16  Bastien Guerry  <bzg@altern.org>
+
+       * play/doctor.el (doctor-mode): Bugfix: escape the "," character
+       in a `doctor-type' argument.
+
 2011-02-16  Alex Harsanyi  <AlexHarsanyi@gmail.com>
 
        * net/soap-client.el:
index 5b3b4aba0fe654dacb27706d52bfb2b7fad58aee..c60472e938639fcc750e1c6ef256b67f066c74e9 100644 (file)
@@ -141,7 +141,7 @@ reads the sentence before point, and prints the Doctor's answer."
   (turn-on-auto-fill)
   (doctor-type '(i am the psychotherapist \.
                 (doc$ doctor--please) (doc$ doctor--describe) your (doc$ doctor--problems) \.
-                each time you are finished talking, type \R\E\T twice \.))
+                each time you are finished talking\, type \R\E\T twice \.))
   (insert "\n"))
 
 (defun make-doctor-variables ()