diff options
Diffstat (limited to 'lisp/gnus/eww.el')
-rw-r--r-- | lisp/gnus/eww.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/eww.el b/lisp/gnus/eww.el index a79738a283f..6460ee79604 100644 --- a/lisp/gnus/eww.el +++ b/lisp/gnus/eww.el @@ -206,8 +206,8 @@ (suppress-keymap map) (define-key map "q" 'eww-quit) (define-key map "g" 'eww-reload) - (define-key map [tab] 'widget-forward) - (define-key map [backtab] 'widget-backward) + (define-key map [tab] 'shr-next-link) + (define-key map [backtab] 'shr-previous-link) (define-key map [delete] 'scroll-down-command) (define-key map "\177" 'scroll-down-command) (define-key map " " 'scroll-up-command) |