diff options
Diffstat (limited to 'lisp/net/newst-plainview.el')
| -rw-r--r-- | lisp/net/newst-plainview.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/newst-plainview.el b/lisp/net/newst-plainview.el index d1b042cad66..906044079cd 100644 --- a/lisp/net/newst-plainview.el +++ b/lisp/net/newst-plainview.el @@ -427,7 +427,7 @@ images." (define-key map "sx" 'newsticker-show-extra) (define-key map "hx" 'newsticker-hide-extra) - (define-key map " " 'scroll-up) + (define-key map " " 'scroll-up-command) (define-key map "q" 'newsticker-close-buffer) (define-key map "p" 'newsticker-previous-item) (define-key map "P" 'newsticker-previous-new-item) |
