[slime-devel] Extraneous argument passed to SLIME-REPL-SHOW-MAXIMUM-OUTPUT

Ariel Badichi abadichi at bezeqint.net
Fri Sep 19 17:19:13 UTC 2008


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)




More information about the slime-devel mailing list