From: Lars Magne Ingebrigtsen Date: Sun, 11 Sep 2011 19:07:41 +0000 (+0200) Subject: * play/doctor.el (make-doctor-variables): Define `doctor-sent'. X-Git-Tag: emacs-pretest-24.0.90~104^2~85 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73d56dbd6a5b85403c83c256a2991b77de97790c;p=emacs.git * play/doctor.el (make-doctor-variables): Define `doctor-sent'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb6ca9f2c61..35f9548baef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-09-11 Lars Magne Ingebrigtsen + + * play/doctor.el (make-doctor-variables): Define `doctor-sent'. + 2011-09-11 Chong Yidong Change modes that used same-window-* vars to use switch-to-buffer. diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index 54a5a4ef6c9..b20f6968088 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el @@ -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)