diff options
author | Jim Blandy <jimb@redhat.com> | 1992-04-24 08:11:54 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-04-24 08:11:54 +0000 |
commit | d80634e431e7c41d2ce470c84dcff3bdcfbce737 (patch) | |
tree | 72f7ffb437695aa68e271dfb7ae682ccbb4d665e /lisp/play | |
parent | 4ee3f842d8ef655b0b36debf8039f0f13d937b1d (diff) | |
download | emacs-d80634e431e7c41d2ce470c84dcff3bdcfbce737.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/doctor.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index 873fc5f5c50..74d6efc4c2d 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el @@ -1319,7 +1319,7 @@ element pair in RLIST." 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)) |