(make-doctor-variables): Eliminate `observation-list' also.
This commit is contained in:
parent
19c277d4b2
commit
d169562fa9
1 changed files with 0 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue