Mercurial > emacs
diff lisp/gnus/gnus-sum.el @ 106744:f973aced61a2
Merge from mainline.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Wed, 06 Jan 2010 00:00:28 +0000 |
parents | c0641205dcbb |
children | 1d1d5d9bd884 |
line wrap: on
line diff
--- a/lisp/gnus/gnus-sum.el Tue Jan 05 15:11:04 2010 -0700 +++ b/lisp/gnus/gnus-sum.el Wed Jan 06 00:00:28 2010 +0000 @@ -6734,8 +6734,8 @@ (while (and (> n 0) (not done)) ;; If the following character is currently invisible, ;; skip all characters with that same `invisible' property value. - (while (invisible-p (point)) - (goto-char (next-char-property-change (point)))) + (while (gnus-invisible-p (point)) + (goto-char (gnus-next-char-property-change (point)))) (forward-line 1) (if (eobp) (setq done t) @@ -6744,9 +6744,9 @@ (forward-line -1) (if (bobp) (setq done t) (setq n (1+ n)) - (while (and (not (bobp)) (invisible-p (1- (point)))) - (goto-char (previous-char-property-change (point)))))))) - + (while (and (not (bobp)) (gnus-invisible-p (1- (point)))) + (goto-char (gnus-previous-char-property-change (point)))))))) + (defun gnus-summary-recenter () "Center point in the summary window. If `gnus-auto-center-summary' is nil, or the article buffer isn't