
19 Sep
2008
19 Sep
'08
5:19 p.m.
Hello, SLIME-REPL-SHOW-MAXIMUM-OUTPUT no longer accepts any argument, but in some cases it is still passed one. The following patch eliminates these cases. Ariel diff --git a/slime.el b/slime.el index 40cdb7e..f53f1a8 100644 --- a/slime.el +++ b/slime.el @@ -2572,8 +2572,7 @@ update window-point afterwards. If point is initially not at (goto-char slime-output-end) (funcall body..)))) (when updatep.. - (slime-repl-show-maximum-output - (> (- slime-output-end slime-output-start) 1000))))) + (slime-repl-show-maximum-output)))) (defun slime-output-filter (process string) (with-current-buffer (process-buffer process)