summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-goodies.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-06-14 00:14:53 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-06-14 00:14:53 +0000
commitc2e5c9395fb9f6cfe31c48587fb3a99e5d95fe09 (patch)
treead8d90b0e5c4640975d3f517893f4a393e780297 /lisp/erc/erc-goodies.el
parent2dde79d898037f3d48f73ce10bd17d827b2a9961 (diff)
downloademacs-c2e5c9395fb9f6cfe31c48587fb3a99e5d95fe09.tar.gz
emacs-c2e5c9395fb9f6cfe31c48587fb3a99e5d95fe09.tar.bz2
emacs-c2e5c9395fb9f6cfe31c48587fb3a99e5d95fe09.zip
(erc-scroll-to-bottom): Remove redundant check.
Diffstat (limited to 'lisp/erc/erc-goodies.el')
-rw-r--r--lisp/erc/erc-goodies.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-goodies.el b/lisp/erc/erc-goodies.el
index 933e6b34b52..6820f91628a 100644
--- a/lisp/erc/erc-goodies.el
+++ b/lisp/erc/erc-goodies.el
@@ -77,7 +77,7 @@ You can control which line is recentered to by customizing the
variable `erc-input-line-position'.
DISPLAY-START is ignored."
- (if (and window (window-live-p window))
+ (if (window-live-p window)
;; Temporarily bind resize-mini-windows to nil so that users who have it
;; set to a non-nil value will not suffer from premature minibuffer
;; shrinkage due to the below recenter call. I have no idea why this