emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/mh-e mh-show.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/mh-e mh-show.el
Date: Tue, 06 Oct 2009 03:09:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/10/06 03:09:25

Modified files:
        lisp/mh-e      : mh-show.el 

Log message:
        Fix typo in previous.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-show.el?cvsroot=emacs&r1=1.20&r2=1.21

Patches:
Index: mh-show.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mh-e/mh-show.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- mh-show.el  6 Oct 2009 02:42:33 -0000       1.20
+++ mh-show.el  6 Oct 2009 03:09:25 -0000       1.21
@@ -148,7 +148,7 @@
             (if (not clean-message-header)
                 (mh-start-of-uncleaned-message)))
         (mh-display-msg msg folder)))
-    (unless (if (fbound 'window-full-height-p)
+    (unless (if (fboundp 'window-full-height-p)
                 (window-full-height-p)
               (= (1+ (window-height)) (frame-height))) ; not vertically split
       (shrink-window (- (window-height) (or mh-summary-height




reply via email to

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