diff options
| author | Richard M. Stallman | 1996-08-31 22:21:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-31 22:21:53 +0000 |
| commit | 19c277d4b2a0d30c4254a4097baaf7fd4c670992 (patch) | |
| tree | fb4948d4295578bb42ae1b58e2b3962cabdeea3d | |
| parent | 1effc2cb24ea598e39e3110de9baef29d59ec8b4 (diff) | |
| download | emacs-19c277d4b2a0d30c4254a4097baaf7fd4c670992.tar.gz emacs-19c277d4b2a0d30c4254a4097baaf7fd4c670992.zip | |
(make-doctor-variables): Eliminate unused variables `elist'
and `monosyllables'.
| -rw-r--r-- | lisp/play/doctor.el | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index ff03de852ff..8b68c9447c9 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el | |||
| @@ -86,14 +86,6 @@ reads the sentence before point, and prints the Doctor's answer." | |||
| 86 | (insert "\n")) | 86 | (insert "\n")) |
| 87 | 87 | ||
| 88 | (defun make-doctor-variables () | 88 | (defun make-doctor-variables () |
| 89 | (make-local-variable 'monosyllables) | ||
| 90 | (setq monosyllables | ||
| 91 | " | ||
| 92 | Your attitude at the end of the session was wholly unacceptable. | ||
| 93 | Please try to come back next time with a willingness to speak more | ||
| 94 | freely. If you continue to refuse to talk openly, there is little | ||
| 95 | I can do to help! | ||
| 96 | ") | ||
| 97 | (make-local-variable 'typos) | 89 | (make-local-variable 'typos) |
| 98 | (setq typos | 90 | (setq typos |
| 99 | (mapcar (function (lambda (x) | 91 | (mapcar (function (lambda (x) |
| @@ -347,12 +339,6 @@ reads the sentence before point, and prints the Doctor's answer." | |||
| 347 | (($ please) allow me to do the questioning \.) | 339 | (($ please) allow me to do the questioning \.) |
| 348 | (i have asked myself that question many times \.) | 340 | (i have asked myself that question many times \.) |
| 349 | (($ please) try to answer that question yourself \.))) | 341 | (($ please) try to answer that question yourself \.))) |
| 350 | (make-local-variable 'elist) | ||
| 351 | (setq elist | ||
| 352 | '((($ please) try to calm yourself \.) | ||
| 353 | (you seem very excited \. relax \. ($ please) ($ describe) ($ things) | ||
| 354 | \.) | ||
| 355 | (you\'re being very emotional \. calm down \.))) | ||
| 356 | (make-local-variable 'foullst) | 342 | (make-local-variable 'foullst) |
| 357 | (setq foullst | 343 | (setq foullst |
| 358 | '((($ please) watch your tongue!) | 344 | '((($ please) watch your tongue!) |