From d169562fa951c5992469b1536ba307a00037352e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 31 Aug 1996 22:24:46 +0000 Subject: [PATCH] (make-doctor-variables): Eliminate `observation-list' also. --- lisp/play/doctor.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index 8b68c9447c9..faba5e1cf26 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))) -- 2.39.2