comparison lisp/erc/erc-goodies.el @ 81395:2609da54cd7f

(erc-scroll-to-bottom): Remove redundant check.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Jun 2007 00:14:07 +0000
parents 7a3f13e2dd57
children b98604865ea0
comparison
equal deleted inserted replaced
81394:539d8fbbd824 81395:2609da54cd7f
75 75
76 You can control which line is recentered to by customizing the 76 You can control which line is recentered to by customizing the
77 variable `erc-input-line-position'. 77 variable `erc-input-line-position'.
78 78
79 DISPLAY-START is ignored." 79 DISPLAY-START is ignored."
80 (if (and window (window-live-p window)) 80 (if (window-live-p window)
81 ;; Temporarily bind resize-mini-windows to nil so that users who have it 81 ;; Temporarily bind resize-mini-windows to nil so that users who have it
82 ;; set to a non-nil value will not suffer from premature minibuffer 82 ;; set to a non-nil value will not suffer from premature minibuffer
83 ;; shrinkage due to the below recenter call. I have no idea why this 83 ;; shrinkage due to the below recenter call. I have no idea why this
84 ;; works, but it solves the problem, and has no negative side effects. 84 ;; works, but it solves the problem, and has no negative side effects.
85 ;; (Fran Litterio, 2003/01/07) 85 ;; (Fran Litterio, 2003/01/07)