summaryrefslogtreecommitdiff
path: root/init/km-gnus.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/km-gnus.el')
-rw-r--r--init/km-gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/km-gnus.el b/init/km-gnus.el
index 7c38552..7258e36 100644
--- a/init/km-gnus.el
+++ b/init/km-gnus.el
@@ -97,7 +97,7 @@
(gnus-configure-windows 'article)
(select-window (gnus-get-buffer-window gnus-article-buffer))
- (end-of-buffer)
+ (goto-char (point-max))
(search-backward "Link")
(widget-button-press (point)))