7502d7501 < (e (point)) 7507,7517c7506,7508 < gnus-prev t < gnus-callback gnus-article-button-prev-page < article-type annotation)) < (setq e < (if (bolp) < ;; Exclude a newline. < (1- (point)) < (point))) < (when gnus-article-button-face < (gnus-overlay-put (gnus-make-overlay b e) < 'face gnus-article-button-face)) --- > gnus-prev t > gnus-callback gnus-article-button-prev-page > article-type annotation)) 7519c7510,7513 < 'link b e --- > 'link b (if (bolp) > ;; Exclude a newline. > (1- (point)) > (point)) 7541d7534 < (e (point)) 7544,7555c7537,7540 < `(keymap ,gnus-next-page-map < gnus-next t < gnus-callback gnus-article-button-next-page < article-type annotation)) < (setq e < (if (bolp) < ;; Exclude a newline. < (1- (point)) < (point))) < (when gnus-article-button-face < (gnus-overlay-put (gnus-make-overlay b e) < 'face gnus-article-button-face)) --- > `(keymap ,gnus-next-page-map > gnus-next t > gnus-callback gnus-article-button-next-page > article-type annotation)) 7557c7542,7545 < 'link b e --- > 'link b (if (bolp) > ;; Exclude a newline. > (1- (point)) > (point))