emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/erc/erc-goodies.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/erc/erc-goodies.el,v
Date: Thu, 14 Jun 2007 00:14:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/06/14 00:14:07

Index: erc-goodies.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/erc/erc-goodies.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- erc-goodies.el      21 Jan 2007 02:47:36 -0000      1.4
+++ erc-goodies.el      14 Jun 2007 00:14:07 -0000      1.5
@@ -77,7 +77,7 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]