emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/calendar.el, v [EMACS_22_BASE]
Date: Wed, 08 Aug 2007 05:51:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Martin Rudalics <m061211>       07/08/08 05:51:37

Index: calendar.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/calendar.el,v
retrieving revision 1.199.2.2
retrieving revision 1.199.2.3
diff -u -b -r1.199.2.2 -r1.199.2.3
--- calendar.el 25 Jul 2007 03:51:20 -0000      1.199.2.2
+++ calendar.el 8 Aug 2007 05:51:36 -0000       1.199.2.3
@@ -2078,7 +2078,7 @@
     ;; Don't do any window-related stuff if we weren't called from a
     ;; window displaying the calendar
     (when in-calendar-window
-      (if (or (one-window-p t) (/= (frame-width) (window-width)))
+      (if (or (one-window-p t) (not (window-full-width-p)))
           ;; Don't mess with the window size, but ensure that the first
           ;; line is fully visible
           (set-window-vscroll nil 0)




reply via email to

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