diff options
| author | Glenn Morris | 2009-10-06 03:09:25 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-10-06 03:09:25 +0000 |
| commit | 683fa532dbf39c6a4ca7bfb8c46511b06e5107b7 (patch) | |
| tree | fe4e7b16ba290b863832d9090a6e88db65adabee | |
| parent | 9fb2cdc58b148f31fadab4a64c24db7bbab0542b (diff) | |
| download | emacs-683fa532dbf39c6a4ca7bfb8c46511b06e5107b7.tar.gz emacs-683fa532dbf39c6a4ca7bfb8c46511b06e5107b7.zip | |
Fix typo in previous.
| -rw-r--r-- | lisp/mh-e/mh-show.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el index ba972fc5b62..7743a045d6d 100644 --- a/lisp/mh-e/mh-show.el +++ b/lisp/mh-e/mh-show.el | |||
| @@ -148,7 +148,7 @@ displayed." | |||
| 148 | (if (not clean-message-header) | 148 | (if (not clean-message-header) |
| 149 | (mh-start-of-uncleaned-message))) | 149 | (mh-start-of-uncleaned-message))) |
| 150 | (mh-display-msg msg folder))) | 150 | (mh-display-msg msg folder))) |
| 151 | (unless (if (fbound 'window-full-height-p) | 151 | (unless (if (fboundp 'window-full-height-p) |
| 152 | (window-full-height-p) | 152 | (window-full-height-p) |
| 153 | (= (1+ (window-height)) (frame-height))) ; not vertically split | 153 | (= (1+ (window-height)) (frame-height))) ; not vertically split |
| 154 | (shrink-window (- (window-height) (or mh-summary-height | 154 | (shrink-window (- (window-height) (or mh-summary-height |