emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103295: play/doctor.el: bugfix for `


From: Bastien Guerry
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103295: play/doctor.el: bugfix for `doctor-mode'.
Date: Wed, 16 Feb 2011 17:55:21 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103295
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Wed 2011-02-16 17:55:21 +0100
message:
  play/doctor.el: bugfix for `doctor-mode'.
  
  * play/doctor.el (doctor-mode): Bugfix: escape the "," character
  in a `doctor-type' argument.
modified:
  lisp/ChangeLog
  lisp/play/doctor.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-02-16 09:25:37 +0000
+++ b/lisp/ChangeLog    2011-02-16 16:55:21 +0000
@@ -1,3 +1,8 @@
+2011-02-16  Bastien Guerry  <address@hidden>
+
+       * play/doctor.el (doctor-mode): Bugfix: escape the "," character
+       in a `doctor-type' argument.
+
 2011-02-16  Alex Harsanyi  <address@hidden>
 
        * net/soap-client.el:

=== modified file 'lisp/play/doctor.el'
--- a/lisp/play/doctor.el       2011-01-26 08:36:39 +0000
+++ b/lisp/play/doctor.el       2011-02-16 16:55:21 +0000
@@ -141,7 +141,7 @@
   (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 ()


reply via email to

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