diff lisp/play/doctor.el @ 621:eca8812e61cd

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Fri, 24 Apr 1992 08:11:54 +0000
parents 10994e910591
children 8a533acedb77
line wrap: on
line diff
--- a/lisp/play/doctor.el	Fri Apr 24 08:11:28 1992 +0000
+++ b/lisp/play/doctor.el	Fri Apr 24 08:11:54 1992 +0000
@@ -1319,7 +1319,7 @@
 TYPE is number of words preceding KEY to start looking for subject.
 MEM is t if results are to be put on Doctor's memory stack.
 Return in the global variables SUBJ, VERB and OBJECT."
-  (let ((foo (doctor-subjsearch sent key type) sent))
+  (let ((foo (doctor-subjsearch sent key type)))
     (or foo
 	(setq foo sent
 	      mem nil))