diff options
| author | Chong Yidong | 2006-09-12 22:05:57 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-09-12 22:05:57 +0000 |
| commit | b96572ff12cc71a4e68bb49ebcaf30c4ad7167e3 (patch) | |
| tree | 9eaf36a528e54652f6ddcabe0f270a1eb894f55e /lisp/net | |
| parent | fb97a80d123da1dd3e5a9e7153e1c73ee3561054 (diff) | |
| download | emacs-b96572ff12cc71a4e68bb49ebcaf30c4ad7167e3.tar.gz emacs-b96572ff12cc71a4e68bb49ebcaf30c4ad7167e3.zip | |
* net/rcirc.el (rcirc-print): Fix last change.
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/rcirc.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 12c86b8163f..a639afeecf8 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el | |||
| @@ -1260,11 +1260,10 @@ record activity." | |||
| 1260 | (with-current-buffer (window-buffer w) | 1260 | (with-current-buffer (window-buffer w) |
| 1261 | (when (eq major-mode 'rcirc-mode) | 1261 | (when (eq major-mode 'rcirc-mode) |
| 1262 | (with-selected-window w | 1262 | (with-selected-window w |
| 1263 | (when (<= (- (window-height) | 1263 | (when (<= (- (window-height) |
| 1264 | (- (line-number-at-pos | 1264 | (count-screen-lines |
| 1265 | (window-point)) | 1265 | (window-point) |
| 1266 | (line-number-at-pos | 1266 | (window-start)) |
| 1267 | (window-start))) | ||
| 1268 | 1) | 1267 | 1) |
| 1269 | 0) | 1268 | 0) |
| 1270 | (recenter -1))))))) | 1269 | (recenter -1))))))) |