aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play/doctor.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-08-31 22:24:46 +0000
committerRichard M. Stallman <[email protected]>1996-08-31 22:24:46 +0000
commitd169562fa951c5992469b1536ba307a00037352e (patch)
tree5140cf1fc0542633e80b20aac331cdb6720fed9f /lisp/play/doctor.el
parent19c277d4b2a0d30c4254a4097baaf7fd4c670992 (diff)
(make-doctor-variables): Eliminate `observation-list' also.
Diffstat (limited to 'lisp/play/doctor.el')
-rw-r--r--lisp/play/doctor.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el
index 8b68c9447c..faba5e1cf2 100644
--- a/lisp/play/doctor.el
+++ b/lisp/play/doctor.el
@@ -529,8 +529,6 @@ reads the sentence before point, and prints the Doctor's answer."
(setq obj nil)
(make-local-variable 'feared)
(setq feared nil)
- (make-local-variable 'observation-list)
- (setq observation-list nil)
(make-local-variable 'repetitive-shortness)
(setq repetitive-shortness '(0 . 0))
(make-local-variable '**mad**)
@@ -1466,7 +1464,6 @@ Hack on previous word, setting global variable OWNER to correct result."
(t
(doctor-type '(i give up \. you need a lesson in creative
writing \.\.\.))
- ;;(push monosyllables observation-list)
)))
(t
(cond ((equal sent (doctor-assm '(yes)))