Even better solution than removing :prompt-hook.

This commit is contained in:
jgarcia 2008-05-23 06:38:09 +00:00
parent b69c666a23
commit 0280269db6

View file

@ -379,7 +379,8 @@ under certain conditions; see file 'Copyright' for details.")
(error "Console interrupt -- cannot continue."))))
(defun tpl (&key ((:commands *tpl-commands*) tpl-commands)
(broken-at nil)
((:prompt-hook *tpl-prompt-hook*) *tpl-prompt-hook*)
(broken-at nil)
(quiet nil))
(let* ((*ihs-base* *ihs-top*)
(*ihs-top* (if broken-at (ihs-search t broken-at) (ihs-top 'tpl)))