]> code.delx.au - gnu-emacs/commitdiff
* play/doctor.el (make-doctor-variables): Define `doctor-sent'.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 19:07:41 +0000 (21:07 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 19:07:41 +0000 (21:07 +0200)
lisp/ChangeLog
lisp/play/doctor.el

index cb6ca9f2c61f455428cbb12d58c4cdcadef47ad4..35f9548baef9bcbe9c17939b7950628bcf9d48ec 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
+
 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
 
        Change modes that used same-window-* vars to use switch-to-buffer.
index 54a5a4ef6c96cf3cc091f66172b5133d654e8783..b20f6968088d4b02e828cf89b49bfad59449363a 100644 (file)
@@ -163,6 +163,7 @@ reads the sentence before point, and prints the Doctor's answer."
                 (you7re you\'re (i am))
                 (you7ve you\'ve (i have))
                 (you7ll you\'ll (i will)))))
+  (set (make-local-variable 'doctor-sent) nil)
   (set (make-local-variable 'doctor-found) nil)
   (set (make-local-variable 'doctor-owner) nil)
   (set (make-local-variable 'doctor--history) nil)