emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lisp/electric.el,v
Date: Tue, 04 Nov 2008 07:27:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/11/04 07:27:15

Index: electric.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/electric.el,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- electric.el 29 Oct 2008 21:42:37 -0000      1.33
+++ electric.el 4 Nov 2008 07:27:15 -0000       1.34
@@ -155,7 +155,7 @@
             (switch-to-buffer buf)))
       ;; Don't shrink the window, but expand it if necessary.
       (goto-char (point-min))
-      (unless (= (point-max) (window-end win))
+      (unless (= (point-max) (window-end win t))
        (fit-window-to-buffer win max-height))
       win)))
 




reply via email to

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